#FEAAA1

Color #FEAAA1 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FEAAA1

Tints of Rose Bud #FEAAA1

Color information

#FEAAA1 (or 0xFEAAA1) is unknown color: approx Rose Bud. HEX triplet: FE, AA and A1. RGB value is (254,170,161). Sum of RGB (Red+Green+Blue) = 254+170+161=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAA1 is #01555E. Grayscale: #C2C2C2. Windows color (decimal): -87391 or 10595070. OLE color: 10595070.

HSL color Cylindrical-coordinate representation of color #FEAAA1: hue angle of 5.81º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEAAA1 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB254170161-
CMYK00.330.370.00
HSL5.81º97.89%81.37%-
HSV(B)5.81º36.61%99.61%-
XYZ61.6852.3940.58-
YUV194.09109.33170.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 43.42%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 161 (63.28% from 255) = 27.52%
R=43.42%
G=29.06%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417016100.330.370.005.8197.8981.37
HexFEAAA102125066251
Octal3762522410414506142121
Binary1111111010101010101000010100001100101011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAA1; }

 p { color: rgb(254,170,161); }

 H1.HeaderClassName
 {
   color: #FEAAA1;
 }
 .AnyTagClassName
 {
   color: #FEAAA1;
 }
</style>
background-color css

<style>
 a { background-color: #FEAAA1; }

 a { background-color: rgb(254,170,161); }

 div.DivClassName
 {
   background-color: #FEAAA1;
 }
 .BgClassName
 {
   background-color: #FEAAA1;
 }
</style>
border-color css

<style>
 span { border-color: #FEAAA1; }

 span { border-color: rgb(254,170,161); }

 td.TdClassName
 {
   border-color: #FEAAA1;
 }
 .TagClassName
 {
   border-color: #FEAAA1;
 }
</style>