#FFAFDB

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

Shades of Lavender Pink #FFAFDB

Tints of Lavender Pink #FFAFDB

Color information

#FFAFDB (or 0xFFAFDB) is unknown color: approx Lavender Pink. HEX triplet: FF, AF and DB. RGB value is (255,175,219). Sum of RGB (Red+Green+Blue) = 255+175+219=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFDB is #005024. Grayscale: #CBCBCB. Windows color (decimal): -20517 or 14397439. OLE color: 14397439.

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

Color convert

RGB255175219-
CMYK00.310.140
HSL327º100%84.31%-
HSV(B)327º31.37%100%-
XYZ69.3657.0374.37-
YUV203.94136.5164.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 175 (68.75% from 255) = 26.96%
BLUE value IS 219 (85.94% from 255) = 33.74%
R=39.29%
G=26.96%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517521900.310.14032710084.31
HexFFAFDB01FE01476454
Octal377257333037160507144124
Binary1111111110101111110110110111111110010100011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFDB; }

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

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

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

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

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

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

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

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