#FFAFD7

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

Shades of Lavender Pink #FFAFD7

Tints of Lavender Pink #FFAFD7

Color information

#FFAFD7 (or 0xFFAFD7) is unknown color: approx Lavender Pink. HEX triplet: FF, AF and D7. RGB value is (255,175,215). Sum of RGB (Red+Green+Blue) = 255+175+215=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD7 is #005028. Grayscale: #CBCBCB. Windows color (decimal): -20521 or 14135295. OLE color: 14135295.

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

Color convert

RGB255175215-
CMYK00.310.160
HSL330º100%84.31%-
HSV(B)330º31.37%100%-
XYZ68.8456.8371.63-
YUV203.48134.5164.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 175 (68.75% from 255) = 27.13%
BLUE value IS 215 (84.38% from 255) = 33.33%
R=39.53%
G=27.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517521500.310.16033010084.31
HexFFAFD701F10014a6454
Octal377257327037200512144124
Binary11111111101011111101011101111110000010100101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFD7; }

 p { color: rgb(255,175,215); }

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

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

 a { background-color: rgb(255,175,215); }

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

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

 span { border-color: rgb(255,175,215); }

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