Shades of Pink #F8BBC8
Tints of Pink #F8BBC8
RGB
CMYK
RGB Variations
Color information
#F8BBC8 (or 0xF8BBC8) is known color: Pink. HEX triplet: F8, BB and C8. RGB value is (248,187,200). Sum of RGB (Red+Green+Blue) = 248+187+200=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBC8 is #074437. Grayscale: #CECECE. Windows color (decimal): -476216 or 13155320. OLE color: 13155320.
HSL color Cylindrical-coordinate representation of color #F8BBC8: hue angle of 347.21º 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 #F8BBC8 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 200 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.03 |
| HSL | 347.21º | 0.81% | 0.85% | - |
| HSV(B) | 347.21º | 0.25% | 0.97% | - |
| XYZ | 66.91 | 59.67 | 62.63 | - |
| YUV | 206.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 200 | 0 | 0.25 | 0.19 | 0.03 | 347.21 | 0.81 | 0.85 |
| Hex | F8 | BB | C8 | 0 | 19 | 13 | 3 | 15B | 51 | 55 |
| Octal | 370 | 273 | 310 | 0 | 31 | 23 | 3 | 533 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11001000 | 0 | 11001 | 10011 | 11 | 101011011 | 1010001 | 1010101 |
Color Harmonies of #F8BBC8
Complementary color
Monochromatic Colors of #F8BBC8
Black with #F8BBC8
Text Example
Text Example
White with #F8BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBC8; }
p { color: rgb(248,187,200); }
H1.HeaderClassName
{
color: #F8BBC8;
}
.AnyTagClassName
{
color: #F8BBC8;
}
</style>
background-color css
<style>
a { background-color: #F8BBC8; }
a { background-color: rgb(248,187,200); }
div.DivClassName
{
background-color: #F8BBC8;
}
.BgClassName
{
background-color: #F8BBC8;
}
</style>
border-color css
<style>
span { border-color: #F8BBC8; }
span { border-color: rgb(248,187,200); }
td.TdClassName
{
border-color: #F8BBC8;
}
.TagClassName
{
border-color: #F8BBC8;
}
</style>