#FFAFD9

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

Shades of Lavender Pink #FFAFD9

Tints of Lavender Pink #FFAFD9

Color information

#FFAFD9 (or 0xFFAFD9) is unknown color: approx Lavender Pink. HEX triplet: FF, AF and D9. RGB value is (255,175,217). Sum of RGB (Red+Green+Blue) = 255+175+217=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD9 is #005026. Grayscale: #CBCBCB. Windows color (decimal): -20519 or 14266367. OLE color: 14266367.

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

Color convert

RGB255175217-
CMYK00.310.150
HSL328.5º100%84.31%-
HSV(B)328.5º31.37%100%-
XYZ69.0956.9372.99-
YUV203.71135.5164.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 175 (68.75% from 255) = 27.05%
BLUE value IS 217 (85.16% from 255) = 33.54%
R=39.41%
G=27.05%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517521700.310.150328.510084.31
HexFFAFD901FF01486454
Octal377257331037170510144124
Binary1111111110101111110110010111111111010100100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFD9; }

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

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

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

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

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

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

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

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