#FDAAEC

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

Shades of Lavender Rose #FDAAEC

Tints of Lavender Rose #FDAAEC

Color information

#FDAAEC (or 0xFDAAEC) is unknown color: approx Lavender Rose. HEX triplet: FD, AA and EC. RGB value is (253,170,236). Sum of RGB (Red+Green+Blue) = 253+170+236=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAEC is #025513. Grayscale: #CACACA. Windows color (decimal): -152852 or 15510269. OLE color: 15510269.

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

Color convert

RGB253170236-
CMYK00.330.070.01
HSL312.29º95.4%82.94%-
HSV(B)312.29º32.81%99.22%-
XYZ70.0255.6986.42-
YUV202.34147164.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 170 (66.80% from 255) = 25.80%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=38.39%
G=25.80%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317023600.330.070.01312.2995.482.94
HexFDAAEC021711385f53
Octal37525235404171470137123
Binary1111110110101010111011000100001111110011100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAEC; }

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

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

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

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

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

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

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

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