#FDAAF9

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

Shades of Lavender Rose #FDAAF9

Tints of Lavender Rose #FDAAF9

Color information

#FDAAF9 (or 0xFDAAF9) is unknown color: approx Lavender Rose. HEX triplet: FD, AA and F9. RGB value is (253,170,249). Sum of RGB (Red+Green+Blue) = 253+170+249=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 170 (66.80% from 255 or 25.30% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAF9 is #025506. Grayscale: #CBCBCB. Windows color (decimal): -152839 or 16362237. OLE color: 16362237.

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

Color convert

RGB253170249-
CMYK00.330.020.01
HSL302.89º95.4%82.94%-
HSV(B)302.89º32.81%99.22%-
XYZ71.9856.4796.73-
YUV203.82153.5163.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 170 (66.80% from 255) = 25.30%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=37.65%
G=25.30%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317024900.330.020.01302.8995.482.94
HexFDAAF90212112f5f53
Octal37525237104121457137123
Binary111111011010101011111001010000110110010111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAF9; }

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

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

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

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

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

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

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

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