#FDAEE1

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

Shades of Lavender Rose #FDAEE1

Tints of Lavender Rose #FDAEE1

Color information

#FDAEE1 (or 0xFDAEE1) is unknown color: approx Lavender Rose. HEX triplet: FD, AE and E1. RGB value is (253,174,225). Sum of RGB (Red+Green+Blue) = 253+174+225=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEE1 is #02511E. Grayscale: #CBCBCB. Windows color (decimal): -151839 or 14790397. OLE color: 14790397.

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

Color convert

RGB253174225-
CMYK00.310.110.01
HSL321.27º95.18%83.73%-
HSV(B)321.27º31.23%99.22%-
XYZ69.2356.5978.51-
YUV203.43140.17163.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 174 (68.36% from 255) = 26.69%
BLUE value IS 225 (88.28% from 255) = 34.51%
R=38.80%
G=26.69%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317422500.310.110.01321.2795.1883.73
HexFDAEE101FB11415f54
Octal375256341037131501137124
Binary1111110110101110111000010111111011110100000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEE1; }

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

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

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

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

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

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

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

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