Shades of Pink #F8BBC9
Tints of Pink #F8BBC9
RGB
CMYK
RGB Variations
Color information
#F8BBC9 (or 0xF8BBC9) is known color: Pink. HEX triplet: F8, BB and C9. RGB value is (248,187,201). Sum of RGB (Red+Green+Blue) = 248+187+201=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBC9 is #074436. Grayscale: #CECECE. Windows color (decimal): -476215 or 13220856. OLE color: 13220856.
HSL color Cylindrical-coordinate representation of color #F8BBC9: hue angle of 346.23º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BBC9 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 201 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.03 |
| HSL | 346.23º | 0.81% | 0.85% | - |
| HSV(B) | 346.23º | 0.25% | 0.97% | - |
| XYZ | 67.02 | 59.71 | 63.25 | - |
| YUV | 206.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 201 | 0 | 0.25 | 0.19 | 0.03 | 346.23 | 0.81 | 0.85 |
| Hex | F8 | BB | C9 | 0 | 19 | 13 | 3 | 15A | 51 | 55 |
| Octal | 370 | 273 | 311 | 0 | 31 | 23 | 3 | 532 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11001001 | 0 | 11001 | 10011 | 11 | 101011010 | 1010001 | 1010101 |
Color Harmonies of #F8BBC9
Complementary color
Monochromatic Colors of #F8BBC9
Black with #F8BBC9
Text Example
Text Example
White with #F8BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBC9; }
p { color: rgb(248,187,201); }
H1.HeaderClassName
{
color: #F8BBC9;
}
.AnyTagClassName
{
color: #F8BBC9;
}
</style>
background-color css
<style>
a { background-color: #F8BBC9; }
a { background-color: rgb(248,187,201); }
div.DivClassName
{
background-color: #F8BBC9;
}
.BgClassName
{
background-color: #F8BBC9;
}
</style>
border-color css
<style>
span { border-color: #F8BBC9; }
span { border-color: rgb(248,187,201); }
td.TdClassName
{
border-color: #F8BBC9;
}
.TagClassName
{
border-color: #F8BBC9;
}
</style>