#FDAAE6

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

Shades of Lavender Rose #FDAAE6

Tints of Lavender Rose #FDAAE6

Color information

#FDAAE6 (or 0xFDAAE6) is unknown color: approx Lavender Rose. HEX triplet: FD, AA and E6. RGB value is (253,170,230). Sum of RGB (Red+Green+Blue) = 253+170+230=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAE6 is #025519. Grayscale: #C9C9C9. Windows color (decimal): -152858 or 15117053. OLE color: 15117053.

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

Color convert

RGB253170230-
CMYK00.330.090.01
HSL316.63º95.4%82.94%-
HSV(B)316.63º32.81%99.22%-
XYZ69.1755.3581.9-
YUV201.66144164.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 170 (66.80% from 255) = 26.03%
BLUE value IS 230 (90.23% from 255) = 35.22%
R=38.74%
G=26.03%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317023000.330.090.01316.6395.482.94
HexFDAAE60219113d5f53
Octal375252346041111475137123
Binary11111101101010101110011001000011001110011110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAE6; }

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

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

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

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

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

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

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

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