#FFAFD6

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

Shades of Lavender Pink #FFAFD6

Tints of Lavender Pink #FFAFD6

Color information

#FFAFD6 (or 0xFFAFD6) is unknown color: approx Lavender Pink. HEX triplet: FF, AF and D6. RGB value is (255,175,214). Sum of RGB (Red+Green+Blue) = 255+175+214=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD6 is #005029. Grayscale: #CBCBCB. Windows color (decimal): -20522 or 14069759. OLE color: 14069759.

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

Color convert

RGB255175214-
CMYK00.310.160
HSL330.75º100%84.31%-
HSV(B)330.75º31.37%100%-
XYZ68.7156.7770.96-
YUV203.37134164.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 214 (83.98% from 255) = 33.23%
R=39.60%
G=27.17%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517521400.310.160330.7510084.31
HexFFAFD601F10014b6454
Octal377257326037200513144124
Binary11111111101011111101011001111110000010100101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFD6; }

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

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

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

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

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

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

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

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