#FEAAF9

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

Shades of Lavender Rose #FEAAF9

Tints of Lavender Rose #FEAAF9

Color information

#FEAAF9 (or 0xFEAAF9) is unknown color: approx Lavender Rose. HEX triplet: FE, AA and F9. RGB value is (254,170,249). Sum of RGB (Red+Green+Blue) = 254+170+249=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 170 (66.80% from 255 or 25.26% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAAF9 is #015506. Grayscale: #CBCBCB. Windows color (decimal): -87303 or 16362238. OLE color: 16362238.

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

Color convert

RGB254170249-
CMYK00.330.020.00
HSL303.57º97.67%83.14%-
HSV(B)303.57º33.07%99.61%-
XYZ72.3556.6696.75-
YUV204.12153.33163.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 170 (66.80% from 255) = 25.26%
BLUE value IS 249 (97.66% from 255) = 37.00%
R=37.74%
G=25.26%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417024900.330.020.00303.5797.6783.14
HexFEAAF9021201306253
Octal37625237104120460142123
Binary111111101010101011111001010000110010011000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAF9; }

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

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

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

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

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

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

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

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