#FDAAE2

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

Shades of Lavender Rose #FDAAE2

Tints of Lavender Rose #FDAAE2

Color information

#FDAAE2 (or 0xFDAAE2) is unknown color: approx Lavender Rose. HEX triplet: FD, AA and E2. RGB value is (253,170,226). Sum of RGB (Red+Green+Blue) = 253+170+226=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAAE2 is #02551D. Grayscale: #C9C9C9. Windows color (decimal): -152862 or 14854909. OLE color: 14854909.

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

Color convert

RGB253170226-
CMYK00.330.110.01
HSL319.52º95.4%82.94%-
HSV(B)319.52º32.81%99.22%-
XYZ68.6155.1278.98-
YUV201.2142164.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 170 (66.80% from 255) = 26.19%
BLUE value IS 226 (88.67% from 255) = 34.82%
R=38.98%
G=26.19%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317022600.330.110.01319.5295.482.94
HexFDAAE2021B11405f53
Octal375252342041131500137123
Binary11111101101010101110001001000011011110100000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAE2; }

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

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

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

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

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

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

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

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