Shades of Light Pink #FFAFBC
Tints of Light Pink #FFAFBC
RGB
CMYK
RGB Variations
Color information
#FFAFBC (or 0xFFAFBC) is known color: Light Pink. HEX triplet: FF, AF and BC. RGB value is (255,175,188). Sum of RGB (Red+Green+Blue) = 255+175+188=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFBC is #005043. Grayscale: #C8C8C8. Windows color (decimal): -20548 or 12365823. OLE color: 12365823.
HSL color Cylindrical-coordinate representation of color #FFAFBC: hue angle of 350.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 #FFAFBC is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 188 | - |
| CMYK | 0 | 0.31 | 0.26 | 0 |
| HSL | 350.25º | 1% | 0.84% | - |
| HSV(B) | 350.25º | 0.31% | 1% | - |
| XYZ | 65.65 | 55.55 | 54.84 | - |
| YUV | 200.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 188 | 0 | 0.31 | 0.26 | 0 | 350.25 | 1 | 0.84 |
| Hex | FF | AF | BC | 0 | 1F | 1A | 0 | 15E | 64 | 54 |
| Octal | 377 | 257 | 274 | 0 | 37 | 32 | 0 | 536 | 144 | 124 |
| Binary | 11111111 | 10101111 | 10111100 | 0 | 11111 | 11010 | 0 | 101011110 | 1100100 | 1010100 |
Color Harmonies of #FFAFBC
Complementary color
Monochromatic Colors of #FFAFBC
Black with #FFAFBC
Text Example
Text Example
White with #FFAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFBC; }
p { color: rgb(255,175,188); }
H1.HeaderClassName
{
color: #FFAFBC;
}
.AnyTagClassName
{
color: #FFAFBC;
}
</style>
background-color css
<style>
a { background-color: #FFAFBC; }
a { background-color: rgb(255,175,188); }
div.DivClassName
{
background-color: #FFAFBC;
}
.BgClassName
{
background-color: #FFAFBC;
}
</style>
border-color css
<style>
span { border-color: #FFAFBC; }
span { border-color: rgb(255,175,188); }
td.TdClassName
{
border-color: #FFAFBC;
}
.TagClassName
{
border-color: #FFAFBC;
}
</style>