#FDAEE9

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

Shades of Lavender Rose #FDAEE9

Tints of Lavender Rose #FDAEE9

Color information

#FDAEE9 (or 0xFDAEE9) is unknown color: approx Lavender Rose. HEX triplet: FD, AE and E9. RGB value is (253,174,233). Sum of RGB (Red+Green+Blue) = 253+174+233=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 174 (68.36% from 255 or 26.36% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEE9 is #025116. Grayscale: #CCCCCC. Windows color (decimal): -151831 or 15314685. OLE color: 15314685.

HSL color Cylindrical-coordinate representation of color #FDAEE9: hue angle of 315.19º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAEE9 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253174233-
CMYK00.310.080.01
HSL315.19º95.18%83.73%-
HSV(B)315.19º31.23%99.22%-
XYZ70.3557.0484.39-
YUV204.35144.17162.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.33%
GREEN value IS 174 (68.36% from 255) = 26.36%
BLUE value IS 233 (91.41% from 255) = 35.30%
R=38.33%
G=26.36%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317423300.310.080.01315.1995.1883.73
HexFDAEE901F8113b5f54
Octal375256351037101473137124
Binary1111110110101110111010010111111000110011101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEE9; }

 p { color: rgb(253,174,233); }

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

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

 a { background-color: rgb(253,174,233); }

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

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

 span { border-color: rgb(253,174,233); }

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