Shades of Lavender Pink #FFAFDD
Tints of Lavender Pink #FFAFDD
RGB
CMYK
RGB Variations
Color information
#FFAFDD (or 0xFFAFDD) is known color: Lavender Pink. HEX triplet: FF, AF and DD. RGB value is (255,175,221). Sum of RGB (Red+Green+Blue) = 255+175+221=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFDD is #005022. Grayscale: #CCCCCC. Windows color (decimal): -20515 or 14528511. OLE color: 14528511.
HSL color Cylindrical-coordinate representation of color #FFAFDD: hue angle of 325.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 #FFAFDD is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 221 | - |
| CMYK | 0 | 0.31 | 0.13 | 0 |
| HSL | 325.5º | 1% | 0.84% | - |
| HSV(B) | 325.5º | 0.31% | 1% | - |
| XYZ | 69.62 | 57.14 | 75.77 | - |
| YUV | 204.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 221 | 0 | 0.31 | 0.13 | 0 | 325.5 | 1 | 0.84 |
| Hex | FF | AF | DD | 0 | 1F | D | 0 | 146 | 64 | 54 |
| Octal | 377 | 257 | 335 | 0 | 37 | 15 | 0 | 506 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11011101 | 0 | 11111 | 1101 | 0 | 101000110 | 1100100 | 1010100 |
Color Harmonies of #FFAFDD
Complementary color
Monochromatic Colors of #FFAFDD
Black with #FFAFDD
Text Example
Text Example
White with #FFAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFDD; }
p { color: rgb(255,175,221); }
H1.HeaderClassName
{
color: #FFAFDD;
}
.AnyTagClassName
{
color: #FFAFDD;
}
</style>
background-color css
<style>
a { background-color: #FFAFDD; }
a { background-color: rgb(255,175,221); }
div.DivClassName
{
background-color: #FFAFDD;
}
.BgClassName
{
background-color: #FFAFDD;
}
</style>
border-color css
<style>
span { border-color: #FFAFDD; }
span { border-color: rgb(255,175,221); }
td.TdClassName
{
border-color: #FFAFDD;
}
.TagClassName
{
border-color: #FFAFDD;
}
</style>