Shades of Light Pink #FFAFB1
Tints of Light Pink #FFAFB1
RGB
CMYK
RGB Variations
Color information
#FFAFB1 (or 0xFFAFB1) is known color: Light Pink. HEX triplet: FF, AF and B1. RGB value is (255,175,177). Sum of RGB (Red+Green+Blue) = 255+175+177=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFB1 is #00504E. Grayscale: #C7C7C7. Windows color (decimal): -20559 or 11644927. OLE color: 11644927.
HSL color Cylindrical-coordinate representation of color #FFAFB1: hue angle of 358.5º 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 #FFAFB1 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 177 | - |
| CMYK | 0 | 0.31 | 0.31 | 0 |
| HSL | 358.5º | 1% | 0.84% | - |
| HSV(B) | 358.5º | 0.31% | 1% | - |
| XYZ | 64.51 | 55.09 | 48.83 | - |
| YUV | 199.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 177 | 0 | 0.31 | 0.31 | 0 | 358.5 | 1 | 0.84 |
| Hex | FF | AF | B1 | 0 | 1F | 1F | 0 | 166 | 64 | 54 |
| Octal | 377 | 257 | 261 | 0 | 37 | 37 | 0 | 546 | 144 | 124 |
| Binary | 11111111 | 10101111 | 10110001 | 0 | 11111 | 11111 | 0 | 101100110 | 1100100 | 1010100 |
Color Harmonies of #FFAFB1
Complementary color
Monochromatic Colors of #FFAFB1
Black with #FFAFB1
Text Example
Text Example
White with #FFAFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFB1; }
p { color: rgb(255,175,177); }
H1.HeaderClassName
{
color: #FFAFB1;
}
.AnyTagClassName
{
color: #FFAFB1;
}
</style>
background-color css
<style>
a { background-color: #FFAFB1; }
a { background-color: rgb(255,175,177); }
div.DivClassName
{
background-color: #FFAFB1;
}
.BgClassName
{
background-color: #FFAFB1;
}
</style>
border-color css
<style>
span { border-color: #FFAFB1; }
span { border-color: rgb(255,175,177); }
td.TdClassName
{
border-color: #FFAFB1;
}
.TagClassName
{
border-color: #FFAFB1;
}
</style>