#FDAAFA

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

Shades of Lavender Rose #FDAAFA

Tints of Lavender Rose #FDAAFA

Color information

#FDAAFA (or 0xFDAAFA) is unknown color: approx Lavender Rose. HEX triplet: FD, AA and FA. RGB value is (253,170,250). Sum of RGB (Red+Green+Blue) = 253+170+250=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 170 (66.80% from 255 or 25.26% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAFA is #025505. Grayscale: #CBCBCB. Windows color (decimal): -152838 or 16427773. OLE color: 16427773.

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

Color convert

RGB253170250-
CMYK00.330.010.01
HSL302.17º95.4%82.94%-
HSV(B)302.17º32.81%99.22%-
XYZ72.1456.5397.55-
YUV203.94154163-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 170 (66.80% from 255) = 25.26%
BLUE value IS 250 (98.05% from 255) = 37.15%
R=37.59%
G=25.26%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317025000.330.010.01302.1795.482.94
HexFDAAFA0211112e5f53
Octal37525237204111456137123
Binary11111101101010101111101001000011110010111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAFA; }

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

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

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

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

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

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

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

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