Shades of Light Pink #F8ABB3
Tints of Light Pink #F8ABB3
RGB
CMYK
RGB Variations
Color information
#F8ABB3 (or 0xF8ABB3) is known color: Light Pink. HEX triplet: F8, AB and B3. RGB value is (248,171,179). Sum of RGB (Red+Green+Blue) = 248+171+179=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABB3 is #07544C. Grayscale: #C2C2C2. Windows color (decimal): -480333 or 11774968. OLE color: 11774968.
HSL color Cylindrical-coordinate representation of color #F8ABB3: hue angle of 353.77º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ABB3 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 179 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.03 |
| HSL | 353.77º | 0.85% | 0.82% | - |
| HSV(B) | 353.77º | 0.31% | 0.97% | - |
| XYZ | 61.41 | 52.34 | 49.51 | - |
| YUV | 194.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 179 | 0 | 0.31 | 0.28 | 0.03 | 353.77 | 0.85 | 0.82 |
| Hex | F8 | AB | B3 | 0 | 1F | 1C | 3 | 162 | 55 | 52 |
| Octal | 370 | 253 | 263 | 0 | 37 | 34 | 3 | 542 | 125 | 122 |
| Binary | 11111000 | 10101011 | 10110011 | 0 | 11111 | 11100 | 11 | 101100010 | 1010101 | 1010010 |
Color Harmonies of #F8ABB3
Complementary color
Monochromatic Colors of #F8ABB3
Black with #F8ABB3
Text Example
Text Example
White with #F8ABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABB3; }
p { color: rgb(248,171,179); }
H1.HeaderClassName
{
color: #F8ABB3;
}
.AnyTagClassName
{
color: #F8ABB3;
}
</style>
background-color css
<style>
a { background-color: #F8ABB3; }
a { background-color: rgb(248,171,179); }
div.DivClassName
{
background-color: #F8ABB3;
}
.BgClassName
{
background-color: #F8ABB3;
}
</style>
border-color css
<style>
span { border-color: #F8ABB3; }
span { border-color: rgb(248,171,179); }
td.TdClassName
{
border-color: #F8ABB3;
}
.TagClassName
{
border-color: #F8ABB3;
}
</style>