Shades of Lavender Pink #FFAFDF
Tints of Lavender Pink #FFAFDF
RGB
CMYK
RGB Variations
Color information
#FFAFDF (or 0xFFAFDF) is known color: 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
| RGB | 255 | 175 | 223 | - |
| CMYK | 0 | 0.31 | 0.13 | 0 |
| HSL | 324º | 1% | 0.84% | - |
| HSV(B) | 324º | 0.31% | 1% | - |
| XYZ | 69.89 | 57.25 | 77.18 | - |
| YUV | 204.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 223 | 0 | 0.31 | 0.13 | 0 | 324 | 1 | 0.84 |
| Hex | FF | AF | DF | 0 | 1F | D | 0 | 144 | 64 | 54 |
| Octal | 377 | 257 | 337 | 0 | 37 | 15 | 0 | 504 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11011111 | 0 | 11111 | 1101 | 0 | 101000100 | 1100100 | 1010100 |
Color Harmonies of #FFAFDF
Complementary color
Monochromatic Colors of #FFAFDF
Black with #FFAFDF
Text Example
Text Example
White with #FFAFDF
Text Example
Text Example
HTML Codes & Css Web 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>