#FDAFF8

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

Shades of Lavender Rose #FDAFF8

Tints of Lavender Rose #FDAFF8

Color information

#FDAFF8 (or 0xFDAFF8) is unknown color: approx Lavender Rose. HEX triplet: FD, AF and F8. RGB value is (253,175,248). Sum of RGB (Red+Green+Blue) = 253+175+248=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 175 (68.75% from 255 or 25.89% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAFF8 is #025007. Grayscale: #CECECE. Windows color (decimal): -151560 or 16297981. OLE color: 16297981.

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

Color convert

RGB253175248-
CMYK00.310.020.01
HSL303.85º95.12%83.92%-
HSV(B)303.85º30.83%99.22%-
XYZ72.7858.3296.23-
YUV206.64151.34161.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 175 (68.75% from 255) = 25.89%
BLUE value IS 248 (97.27% from 255) = 36.69%
R=37.43%
G=25.89%
B=36.69%

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
Decimal25317524800.310.020.01303.8595.1283.92
HexFDAFF801F211305f54
Octal37525737003721460137124
Binary11111101101011111111100001111110110011000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFF8; }

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

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

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

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

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

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

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

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