#FDAAF4

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

Shades of Lavender Rose #FDAAF4

Tints of Lavender Rose #FDAAF4

Color information

#FDAAF4 (or 0xFDAAF4) is unknown color: approx Lavender Rose. HEX triplet: FD, AA and F4. RGB value is (253,170,244). Sum of RGB (Red+Green+Blue) = 253+170+244=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 170 (66.80% from 255 or 25.49% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAF4 is #02550B. Grayscale: #CBCBCB. Windows color (decimal): -152844 or 16034557. OLE color: 16034557.

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

Color convert

RGB253170244-
CMYK00.330.040.01
HSL306.51º95.4%82.94%-
HSV(B)306.51º32.81%99.22%-
XYZ71.2156.1692.68-
YUV203.25151163.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 170 (66.80% from 255) = 25.49%
BLUE value IS 244 (95.70% from 255) = 36.58%
R=37.93%
G=25.49%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317024400.330.040.01306.5195.482.94
HexFDAAF4021411335f53
Octal37525236404141463137123
Binary1111110110101010111101000100001100110011001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAF4; }

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

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

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

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

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

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

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

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