Shades of Light Pink #F8ACB2
Tints of Light Pink #F8ACB2
RGB
CMYK
RGB Variations
Color information
#F8ACB2 (or 0xF8ACB2) is known color: Light Pink. HEX triplet: F8, AC and B2. RGB value is (248,172,178). Sum of RGB (Red+Green+Blue) = 248+172+178=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ACB2 is #07534D. Grayscale: #C3C3C3. Windows color (decimal): -480078 or 11709688. OLE color: 11709688.
HSL color Cylindrical-coordinate representation of color #F8ACB2: hue angle of 355.26º 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 #F8ACB2 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 172 | 178 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.03 |
| HSL | 355.26º | 0.84% | 0.82% | - |
| HSV(B) | 355.26º | 0.31% | 0.97% | - |
| XYZ | 61.5 | 52.68 | 49.05 | - |
| YUV | 195.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 172 | 178 | 0 | 0.31 | 0.28 | 0.03 | 355.26 | 0.84 | 0.82 |
| Hex | F8 | AC | B2 | 0 | 1F | 1C | 3 | 163 | 54 | 52 |
| Octal | 370 | 254 | 262 | 0 | 37 | 34 | 3 | 543 | 124 | 122 |
| Binary | 11111000 | 10101100 | 10110010 | 0 | 11111 | 11100 | 11 | 101100011 | 1010100 | 1010010 |
Color Harmonies of #F8ACB2
Complementary color
Monochromatic Colors of #F8ACB2
Black with #F8ACB2
Text Example
Text Example
White with #F8ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ACB2; }
p { color: rgb(248,172,178); }
H1.HeaderClassName
{
color: #F8ACB2;
}
.AnyTagClassName
{
color: #F8ACB2;
}
</style>
background-color css
<style>
a { background-color: #F8ACB2; }
a { background-color: rgb(248,172,178); }
div.DivClassName
{
background-color: #F8ACB2;
}
.BgClassName
{
background-color: #F8ACB2;
}
</style>
border-color css
<style>
span { border-color: #F8ACB2; }
span { border-color: rgb(248,172,178); }
td.TdClassName
{
border-color: #F8ACB2;
}
.TagClassName
{
border-color: #F8ACB2;
}
</style>