Shades of Light Pink #FFAFB0
Tints of Light Pink #FFAFB0
RGB
CMYK
RGB Variations
Color information
#FFAFB0 (or 0xFFAFB0) is known color: Light Pink. HEX triplet: FF, AF and B0. RGB value is (255,175,176). Sum of RGB (Red+Green+Blue) = 255+175+176=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFB0 is #00504F. Grayscale: #C7C7C7. Windows color (decimal): -20560 or 11579391. OLE color: 11579391.
HSL color Cylindrical-coordinate representation of color #FFAFB0: hue angle of 359.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 #FFAFB0 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 176 | - |
| CMYK | 0 | 0.31 | 0.31 | 0 |
| HSL | 359.25º | 1% | 0.84% | - |
| HSV(B) | 359.25º | 0.31% | 1% | - |
| XYZ | 64.41 | 55.05 | 48.31 | - |
| YUV | 199.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 176 | 0 | 0.31 | 0.31 | 0 | 359.25 | 1 | 0.84 |
| Hex | FF | AF | B0 | 0 | 1F | 1F | 0 | 167 | 64 | 54 |
| Octal | 377 | 257 | 260 | 0 | 37 | 37 | 0 | 547 | 144 | 124 |
| Binary | 11111111 | 10101111 | 10110000 | 0 | 11111 | 11111 | 0 | 101100111 | 1100100 | 1010100 |
Color Harmonies of #FFAFB0
Complementary color
Monochromatic Colors of #FFAFB0
Black with #FFAFB0
Text Example
Text Example
White with #FFAFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFB0; }
p { color: rgb(255,175,176); }
H1.HeaderClassName
{
color: #FFAFB0;
}
.AnyTagClassName
{
color: #FFAFB0;
}
</style>
background-color css
<style>
a { background-color: #FFAFB0; }
a { background-color: rgb(255,175,176); }
div.DivClassName
{
background-color: #FFAFB0;
}
.BgClassName
{
background-color: #FFAFB0;
}
</style>
border-color css
<style>
span { border-color: #FFAFB0; }
span { border-color: rgb(255,175,176); }
td.TdClassName
{
border-color: #FFAFB0;
}
.TagClassName
{
border-color: #FFAFB0;
}
</style>