Shades of Light Pink #F8ACB6
Tints of Light Pink #F8ACB6
RGB
CMYK
RGB Variations
Color information
#F8ACB6 (or 0xF8ACB6) is known color: Light Pink. HEX triplet: F8, AC and B6. RGB value is (248,172,182). Sum of RGB (Red+Green+Blue) = 248+172+182=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACB6 is #075349. Grayscale: #C3C3C3. Windows color (decimal): -480074 or 11971832. OLE color: 11971832.
HSL color Cylindrical-coordinate representation of color #F8ACB6: hue angle of 352.11º 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 #F8ACB6 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 172 | 182 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.03 |
| HSL | 352.11º | 0.84% | 0.82% | - |
| HSV(B) | 352.11º | 0.31% | 0.97% | - |
| XYZ | 61.91 | 52.84 | 51.19 | - |
| YUV | 195.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 172 | 182 | 0 | 0.31 | 0.27 | 0.03 | 352.11 | 0.84 | 0.82 |
| Hex | F8 | AC | B6 | 0 | 1F | 1B | 3 | 160 | 54 | 52 |
| Octal | 370 | 254 | 266 | 0 | 37 | 33 | 3 | 540 | 124 | 122 |
| Binary | 11111000 | 10101100 | 10110110 | 0 | 11111 | 11011 | 11 | 101100000 | 1010100 | 1010010 |
Color Harmonies of #F8ACB6
Complementary color
Monochromatic Colors of #F8ACB6
Black with #F8ACB6
Text Example
Text Example
White with #F8ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ACB6; }
p { color: rgb(248,172,182); }
H1.HeaderClassName
{
color: #F8ACB6;
}
.AnyTagClassName
{
color: #F8ACB6;
}
</style>
background-color css
<style>
a { background-color: #F8ACB6; }
a { background-color: rgb(248,172,182); }
div.DivClassName
{
background-color: #F8ACB6;
}
.BgClassName
{
background-color: #F8ACB6;
}
</style>
border-color css
<style>
span { border-color: #F8ACB6; }
span { border-color: rgb(248,172,182); }
td.TdClassName
{
border-color: #F8ACB6;
}
.TagClassName
{
border-color: #F8ACB6;
}
</style>