Shades of Light Pink #FFAFBF
Tints of Light Pink #FFAFBF
RGB
CMYK
RGB Variations
Color information
#FFAFBF (or 0xFFAFBF) is known color: Light Pink. HEX triplet: FF, AF and BF. RGB value is (255,175,191). Sum of RGB (Red+Green+Blue) = 255+175+191=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFBF is #005040. Grayscale: #C8C8C8. Windows color (decimal): -20545 or 12562431. OLE color: 12562431.
HSL color Cylindrical-coordinate representation of color #FFAFBF: hue angle of 348º 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 #FFAFBF is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 191 | - |
| CMYK | 0 | 0.31 | 0.25 | 0 |
| HSL | 348º | 1% | 0.84% | - |
| HSV(B) | 348º | 0.31% | 1% | - |
| XYZ | 65.97 | 55.68 | 56.56 | - |
| YUV | 200.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 191 | 0 | 0.31 | 0.25 | 0 | 348 | 1 | 0.84 |
| Hex | FF | AF | BF | 0 | 1F | 19 | 0 | 15C | 64 | 54 |
| Octal | 377 | 257 | 277 | 0 | 37 | 31 | 0 | 534 | 144 | 124 |
| Binary | 11111111 | 10101111 | 10111111 | 0 | 11111 | 11001 | 0 | 101011100 | 1100100 | 1010100 |
Color Harmonies of #FFAFBF
Complementary color
Monochromatic Colors of #FFAFBF
Black with #FFAFBF
Text Example
Text Example
White with #FFAFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFBF; }
p { color: rgb(255,175,191); }
H1.HeaderClassName
{
color: #FFAFBF;
}
.AnyTagClassName
{
color: #FFAFBF;
}
</style>
background-color css
<style>
a { background-color: #FFAFBF; }
a { background-color: rgb(255,175,191); }
div.DivClassName
{
background-color: #FFAFBF;
}
.BgClassName
{
background-color: #FFAFBF;
}
</style>
border-color css
<style>
span { border-color: #FFAFBF; }
span { border-color: rgb(255,175,191); }
td.TdClassName
{
border-color: #FFAFBF;
}
.TagClassName
{
border-color: #FFAFBF;
}
</style>