Shades of Lavender Pink #FFAFCF
Tints of Lavender Pink #FFAFCF
RGB
CMYK
RGB Variations
Color information
#FFAFCF (or 0xFFAFCF) is known color: Lavender Pink. HEX triplet: FF, AF and CF. RGB value is (255,175,207). Sum of RGB (Red+Green+Blue) = 255+175+207=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFCF is #005030. Grayscale: #CACACA. Windows color (decimal): -20529 or 13611007. OLE color: 13611007.
HSL color Cylindrical-coordinate representation of color #FFAFCF: hue angle of 336º 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 #FFAFCF is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 207 | - |
| CMYK | 0 | 0.31 | 0.19 | 0 |
| HSL | 336º | 1% | 0.84% | - |
| HSV(B) | 336º | 0.31% | 1% | - |
| XYZ | 67.83 | 56.42 | 66.35 | - |
| YUV | 202.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 207 | 0 | 0.31 | 0.19 | 0 | 336 | 1 | 0.84 |
| Hex | FF | AF | CF | 0 | 1F | 13 | 0 | 150 | 64 | 54 |
| Octal | 377 | 257 | 317 | 0 | 37 | 23 | 0 | 520 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11001111 | 0 | 11111 | 10011 | 0 | 101010000 | 1100100 | 1010100 |
Color Harmonies of #FFAFCF
Complementary color
Monochromatic Colors of #FFAFCF
Black with #FFAFCF
Text Example
Text Example
White with #FFAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFCF; }
p { color: rgb(255,175,207); }
H1.HeaderClassName
{
color: #FFAFCF;
}
.AnyTagClassName
{
color: #FFAFCF;
}
</style>
background-color css
<style>
a { background-color: #FFAFCF; }
a { background-color: rgb(255,175,207); }
div.DivClassName
{
background-color: #FFAFCF;
}
.BgClassName
{
background-color: #FFAFCF;
}
</style>
border-color css
<style>
span { border-color: #FFAFCF; }
span { border-color: rgb(255,175,207); }
td.TdClassName
{
border-color: #FFAFCF;
}
.TagClassName
{
border-color: #FFAFCF;
}
</style>