Shades of Light Pink #F8ACB0
Tints of Light Pink #F8ACB0
RGB
CMYK
RGB Variations
Color information
#F8ACB0 (or 0xF8ACB0) is known color: Light Pink. HEX triplet: F8, AC and B0. RGB value is (248,172,176). Sum of RGB (Red+Green+Blue) = 248+172+176=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ACB0 is #07534F. Grayscale: #C3C3C3. Windows color (decimal): -480080 or 11578616. OLE color: 11578616.
HSL color Cylindrical-coordinate representation of color #F8ACB0: hue angle of 356.84º degrees, saturation: 0.84, 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 #F8ACB0 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 172 | 176 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.03 |
| HSL | 356.84º | 0.84% | 0.82% | - |
| HSV(B) | 356.84º | 0.31% | 0.97% | - |
| XYZ | 61.3 | 52.6 | 48 | - |
| YUV | 195.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 172 | 176 | 0 | 0.31 | 0.29 | 0.03 | 356.84 | 0.84 | 0.82 |
| Hex | F8 | AC | B0 | 0 | 1F | 1D | 3 | 165 | 54 | 52 |
| Octal | 370 | 254 | 260 | 0 | 37 | 35 | 3 | 545 | 124 | 122 |
| Binary | 11111000 | 10101100 | 10110000 | 0 | 11111 | 11101 | 11 | 101100101 | 1010100 | 1010010 |
Color Harmonies of #F8ACB0
Complementary color
Monochromatic Colors of #F8ACB0
Black with #F8ACB0
Text Example
Text Example
White with #F8ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ACB0; }
p { color: rgb(248,172,176); }
H1.HeaderClassName
{
color: #F8ACB0;
}
.AnyTagClassName
{
color: #F8ACB0;
}
</style>
background-color css
<style>
a { background-color: #F8ACB0; }
a { background-color: rgb(248,172,176); }
div.DivClassName
{
background-color: #F8ACB0;
}
.BgClassName
{
background-color: #F8ACB0;
}
</style>
border-color css
<style>
span { border-color: #F8ACB0; }
span { border-color: rgb(248,172,176); }
td.TdClassName
{
border-color: #F8ACB0;
}
.TagClassName
{
border-color: #F8ACB0;
}
</style>