#FDAFF9

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

Shades of Lavender Rose #FDAFF9

Tints of Lavender Rose #FDAFF9

Color information

#FDAFF9 (or 0xFDAFF9) is unknown color: approx Lavender Rose. HEX triplet: FD, AF and F9. RGB value is (253,175,249). Sum of RGB (Red+Green+Blue) = 253+175+249=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 175 (68.75% from 255 or 25.85% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAFF9 is #025006. Grayscale: #CECECE. Windows color (decimal): -151559 or 16363517. OLE color: 16363517.

HSL color Cylindrical-coordinate representation of color #FDAFF9: hue angle of 303.08º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAFF9 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB253175249-
CMYK00.310.020.01
HSL303.08º95.12%83.92%-
HSV(B)303.08º30.83%99.22%-
XYZ72.9458.3897.05-
YUV206.76151.84160.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 175 (68.75% from 255) = 25.85%
BLUE value IS 249 (97.66% from 255) = 36.78%
R=37.37%
G=25.85%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317524900.310.020.01303.0895.1283.92
HexFDAFF901F2112f5f54
Octal37525737103721457137124
Binary11111101101011111111100101111110110010111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFF9; }

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

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

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

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

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

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

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

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