#FDAEE8

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

Shades of Lavender Rose #FDAEE8

Tints of Lavender Rose #FDAEE8

Color information

#FDAEE8 (or 0xFDAEE8) is unknown color: approx Lavender Rose. HEX triplet: FD, AE and E8. RGB value is (253,174,232). Sum of RGB (Red+Green+Blue) = 253+174+232=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEE8 is #025117. Grayscale: #CCCCCC. Windows color (decimal): -151832 or 15249149. OLE color: 15249149.

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

Color convert

RGB253174232-
CMYK00.310.080.01
HSL315.95º95.18%83.73%-
HSV(B)315.95º31.23%99.22%-
XYZ70.2156.9883.64-
YUV204.23143.67162.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 174 (68.36% from 255) = 26.40%
BLUE value IS 232 (91.02% from 255) = 35.20%
R=38.39%
G=26.40%
B=35.20%

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
Decimal25317423200.310.080.01315.9595.1883.73
HexFDAEE801F8113c5f54
Octal375256350037101474137124
Binary1111110110101110111010000111111000110011110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEE8; }

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

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

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

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

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

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

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

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