#FDAAE9

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

Shades of Lavender Rose #FDAAE9

Tints of Lavender Rose #FDAAE9

Color information

#FDAAE9 (or 0xFDAAE9) is unknown color: approx Lavender Rose. HEX triplet: FD, AA and E9. RGB value is (253,170,233). Sum of RGB (Red+Green+Blue) = 253+170+233=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAE9 is #025516. Grayscale: #C9C9C9. Windows color (decimal): -152855 or 15313661. OLE color: 15313661.

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

Color convert

RGB253170233-
CMYK00.330.080.01
HSL314.46º95.4%82.94%-
HSV(B)314.46º32.81%99.22%-
XYZ69.5955.5284.14-
YUV202145.5164.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 170 (66.80% from 255) = 25.91%
BLUE value IS 233 (91.41% from 255) = 35.52%
R=38.57%
G=25.91%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317023300.330.080.01314.4695.482.94
HexFDAAE90218113a5f53
Octal375252351041101472137123
Binary11111101101010101110100101000011000110011101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAE9; }

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

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

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

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

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

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

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

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