#FDAEE6

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

Shades of Lavender Rose #FDAEE6

Tints of Lavender Rose #FDAEE6

Color information

#FDAEE6 (or 0xFDAEE6) is unknown color: approx Lavender Rose. HEX triplet: FD, AE and E6. RGB value is (253,174,230). Sum of RGB (Red+Green+Blue) = 253+174+230=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEE6 is #025119. Grayscale: #CBCBCB. Windows color (decimal): -151834 or 15118077. OLE color: 15118077.

HSL color Cylindrical-coordinate representation of color #FDAEE6: hue angle of 317.47º 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 #FDAEE6 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB253174230-
CMYK00.310.090.01
HSL317.47º95.18%83.73%-
HSV(B)317.47º31.23%99.22%-
XYZ69.9356.8782.15-
YUV204142.67162.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 174 (68.36% from 255) = 26.48%
BLUE value IS 230 (90.23% from 255) = 35.01%
R=38.51%
G=26.48%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317423000.310.090.01317.4795.1883.73
HexFDAEE601F9113d5f54
Octal375256346037111475137124
Binary1111110110101110111001100111111001110011110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEE6; }

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

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

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

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

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

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

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

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