#FDAAF8

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

Shades of Lavender Rose #FDAAF8

Tints of Lavender Rose #FDAAF8

Color information

#FDAAF8 (or 0xFDAAF8) is unknown color: approx Lavender Rose. HEX triplet: FD, AA and F8. RGB value is (253,170,248). Sum of RGB (Red+Green+Blue) = 253+170+248=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 170 (66.80% from 255 or 25.34% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAF8 is #025507. Grayscale: #CBCBCB. Windows color (decimal): -152840 or 16296701. OLE color: 16296701.

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

Color convert

RGB253170248-
CMYK00.330.020.01
HSL303.61º95.4%82.94%-
HSV(B)303.61º32.81%99.22%-
XYZ71.8356.4195.91-
YUV203.71153163.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 170 (66.80% from 255) = 25.34%
BLUE value IS 248 (97.27% from 255) = 36.96%
R=37.70%
G=25.34%
B=36.96%

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
Decimal25317024800.330.020.01303.6195.482.94
HexFDAAF8021211305f53
Octal37525237004121460137123
Binary111111011010101011111000010000110110011000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAF8; }

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

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

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

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

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

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

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

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