Shades of Lavender Pink #FFAFD4
Tints of Lavender Pink #FFAFD4
RGB
CMYK
RGB Variations
Color information
#FFAFD4 (or 0xFFAFD4) is known color: Lavender Pink. HEX triplet: FF, AF and D4. RGB value is (255,175,212). Sum of RGB (Red+Green+Blue) = 255+175+212=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD4 is #00502B. Grayscale: #CBCBCB. Windows color (decimal): -20524 or 13938687. OLE color: 13938687.
HSL color Cylindrical-coordinate representation of color #FFAFD4: hue angle of 332.25º 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 #FFAFD4 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 212 | - |
| CMYK | 0 | 0.31 | 0.17 | 0 |
| HSL | 332.25º | 1% | 0.84% | - |
| HSV(B) | 332.25º | 0.31% | 1% | - |
| XYZ | 68.45 | 56.67 | 69.62 | - |
| YUV | 203.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 212 | 0 | 0.31 | 0.17 | 0 | 332.25 | 1 | 0.84 |
| Hex | FF | AF | D4 | 0 | 1F | 11 | 0 | 14C | 64 | 54 |
| Octal | 377 | 257 | 324 | 0 | 37 | 21 | 0 | 514 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11010100 | 0 | 11111 | 10001 | 0 | 101001100 | 1100100 | 1010100 |
Color Harmonies of #FFAFD4
Complementary color
Monochromatic Colors of #FFAFD4
Black with #FFAFD4
Text Example
Text Example
White with #FFAFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFD4; }
p { color: rgb(255,175,212); }
H1.HeaderClassName
{
color: #FFAFD4;
}
.AnyTagClassName
{
color: #FFAFD4;
}
</style>
background-color css
<style>
a { background-color: #FFAFD4; }
a { background-color: rgb(255,175,212); }
div.DivClassName
{
background-color: #FFAFD4;
}
.BgClassName
{
background-color: #FFAFD4;
}
</style>
border-color css
<style>
span { border-color: #FFAFD4; }
span { border-color: rgb(255,175,212); }
td.TdClassName
{
border-color: #FFAFD4;
}
.TagClassName
{
border-color: #FFAFD4;
}
</style>