#FFAFDF

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

Shades of Lavender Pink #FFAFDF

Tints of Lavender Pink #FFAFDF

Color information

#FFAFDF (or 0xFFAFDF) is unknown color: approx Lavender Pink. HEX triplet: FF, AF and DF. RGB value is (255,175,223). Sum of RGB (Red+Green+Blue) = 255+175+223=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFDF is #005020. Grayscale: #CCCCCC. Windows color (decimal): -20513 or 14659583. OLE color: 14659583.

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

Color convert

RGB255175223-
CMYK00.310.130
HSL324º100%84.31%-
HSV(B)324º31.37%100%-
XYZ69.8957.2577.18-
YUV204.39138.5164.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 175 (68.75% from 255) = 26.80%
BLUE value IS 223 (87.5% from 255) = 34.15%
R=39.05%
G=26.80%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517522300.310.13032410084.31
HexFFAFDF01FD01446454
Octal377257337037150504144124
Binary1111111110101111110111110111111101010100010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFDF; }

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

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

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

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

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

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

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

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