Shades of Light Pink #FFAFB3
Tints of Light Pink #FFAFB3
RGB
CMYK
RGB Variations
Color information
#FFAFB3 (or 0xFFAFB3) is known color: Light Pink. HEX triplet: FF, AF and B3. RGB value is (255,175,179). Sum of RGB (Red+Green+Blue) = 255+175+179=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFB3 is #00504C. Grayscale: #C7C7C7. Windows color (decimal): -20557 or 11775999. OLE color: 11775999.
HSL color Cylindrical-coordinate representation of color #FFAFB3: hue angle of 357º 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 #FFAFB3 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 179 | - |
| CMYK | 0 | 0.31 | 0.30 | 0 |
| HSL | 357º | 1% | 0.84% | - |
| HSV(B) | 357º | 0.31% | 1% | - |
| XYZ | 64.71 | 55.17 | 49.89 | - |
| YUV | 199.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 179 | 0 | 0.31 | 0.30 | 0 | 357 | 1 | 0.84 |
| Hex | FF | AF | B3 | 0 | 1F | 1E | 0 | 165 | 64 | 54 |
| Octal | 377 | 257 | 263 | 0 | 37 | 36 | 0 | 545 | 144 | 124 |
| Binary | 11111111 | 10101111 | 10110011 | 0 | 11111 | 11110 | 0 | 101100101 | 1100100 | 1010100 |
Color Harmonies of #FFAFB3
Complementary color
Monochromatic Colors of #FFAFB3
Black with #FFAFB3
Text Example
Text Example
White with #FFAFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFB3; }
p { color: rgb(255,175,179); }
H1.HeaderClassName
{
color: #FFAFB3;
}
.AnyTagClassName
{
color: #FFAFB3;
}
</style>
background-color css
<style>
a { background-color: #FFAFB3; }
a { background-color: rgb(255,175,179); }
div.DivClassName
{
background-color: #FFAFB3;
}
.BgClassName
{
background-color: #FFAFB3;
}
</style>
border-color css
<style>
span { border-color: #FFAFB3; }
span { border-color: rgb(255,175,179); }
td.TdClassName
{
border-color: #FFAFB3;
}
.TagClassName
{
border-color: #FFAFB3;
}
</style>