Shades of Lavender Pink #FFAFDE
Tints of Lavender Pink #FFAFDE
RGB
CMYK
RGB Variations
Color information
#FFAFDE (or 0xFFAFDE) is known color: Lavender Pink. HEX triplet: FF, AF and DE. RGB value is (255,175,222). Sum of RGB (Red+Green+Blue) = 255+175+222=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFDE is #005021. Grayscale: #CCCCCC. Windows color (decimal): -20514 or 14594047. OLE color: 14594047.
HSL color Cylindrical-coordinate representation of color #FFAFDE: hue angle of 324.75º 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 #FFAFDE is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 222 | - |
| CMYK | 0 | 0.31 | 0.13 | 0 |
| HSL | 324.75º | 1% | 0.84% | - |
| HSV(B) | 324.75º | 0.31% | 1% | - |
| XYZ | 69.75 | 57.19 | 76.47 | - |
| YUV | 204.28 | 138 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 222 | 0 | 0.31 | 0.13 | 0 | 324.75 | 1 | 0.84 |
| Hex | FF | AF | DE | 0 | 1F | D | 0 | 145 | 64 | 54 |
| Octal | 377 | 257 | 336 | 0 | 37 | 15 | 0 | 505 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11011110 | 0 | 11111 | 1101 | 0 | 101000101 | 1100100 | 1010100 |
Color Harmonies of #FFAFDE
Complementary color
Monochromatic Colors of #FFAFDE
Black with #FFAFDE
Text Example
Text Example
White with #FFAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFDE; }
p { color: rgb(255,175,222); }
H1.HeaderClassName
{
color: #FFAFDE;
}
.AnyTagClassName
{
color: #FFAFDE;
}
</style>
background-color css
<style>
a { background-color: #FFAFDE; }
a { background-color: rgb(255,175,222); }
div.DivClassName
{
background-color: #FFAFDE;
}
.BgClassName
{
background-color: #FFAFDE;
}
</style>
border-color css
<style>
span { border-color: #FFAFDE; }
span { border-color: rgb(255,175,222); }
td.TdClassName
{
border-color: #FFAFDE;
}
.TagClassName
{
border-color: #FFAFDE;
}
</style>