#FDAFE8

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

Shades of Lavender Rose #FDAFE8

Tints of Lavender Rose #FDAFE8

Color information

#FDAFE8 (or 0xFDAFE8) is unknown color: approx Lavender Rose. HEX triplet: FD, AF and E8. RGB value is (253,175,232). Sum of RGB (Red+Green+Blue) = 253+175+232=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 175 (68.75% from 255 or 26.52% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAFE8 is #025017. Grayscale: #CCCCCC. Windows color (decimal): -151576 or 15249405. OLE color: 15249405.

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

Color convert

RGB253175232-
CMYK00.310.080.01
HSL316.15º95.12%83.92%-
HSV(B)316.15º30.83%99.22%-
XYZ70.457.3783.71-
YUV204.82143.34162.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.33%
GREEN value IS 175 (68.75% from 255) = 26.52%
BLUE value IS 232 (91.02% from 255) = 35.15%
R=38.33%
G=26.52%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317523200.310.080.01316.1595.1283.92
HexFDAFE801F8113c5f54
Octal375257350037101474137124
Binary1111110110101111111010000111111000110011110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFE8; }

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

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

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

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

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

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

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

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