#FFAFD5

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

Shades of Lavender Pink #FFAFD5

Tints of Lavender Pink #FFAFD5

Color information

#FFAFD5 (or 0xFFAFD5) is unknown color: approx Lavender Pink. HEX triplet: FF, AF and D5. RGB value is (255,175,213). Sum of RGB (Red+Green+Blue) = 255+175+213=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD5 is #00502A. Grayscale: #CBCBCB. Windows color (decimal): -20523 or 14004223. OLE color: 14004223.

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

Color convert

RGB255175213-
CMYK00.310.160
HSL331.5º100%84.31%-
HSV(B)331.5º31.37%100%-
XYZ68.5856.7270.29-
YUV203.25133.5164.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 213 (83.59% from 255) = 33.13%
R=39.66%
G=27.22%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517521300.310.160331.510084.31
HexFFAFD501F10014c6454
Octal377257325037200514144124
Binary11111111101011111101010101111110000010100110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFD5; }

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

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

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

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

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

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

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

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