Shades of Pink #FBC0C9
Tints of Pink #FBC0C9
RGB
CMYK
RGB Variations
Color information
#FBC0C9 (or 0xFBC0C9) is known color: Pink. HEX triplet: FB, C0 and C9. RGB value is (251,192,201). Sum of RGB (Red+Green+Blue) = 251+192+201=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0C9 is #043F36. Grayscale: #D2D2D2. Windows color (decimal): -278327 or 13222139. OLE color: 13222139.
HSL color Cylindrical-coordinate representation of color #FBC0C9: hue angle of 350.85º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBC0C9 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 201 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.02 |
| HSL | 350.85º | 0.88% | 0.87% | - |
| HSV(B) | 350.85º | 0.24% | 0.98% | - |
| XYZ | 69.18 | 62.43 | 63.66 | - |
| YUV | 210.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 201 | 0 | 0.24 | 0.20 | 0.02 | 350.85 | 0.88 | 0.87 |
| Hex | FB | C0 | C9 | 0 | 18 | 14 | 2 | 15F | 58 | 57 |
| Octal | 373 | 300 | 311 | 0 | 30 | 24 | 2 | 537 | 130 | 127 |
| Binary | 11111011 | 11000000 | 11001001 | 0 | 11000 | 10100 | 10 | 101011111 | 1011000 | 1010111 |
Color Harmonies of #FBC0C9
Complementary color
Monochromatic Colors of #FBC0C9
Black with #FBC0C9
Text Example
Text Example
White with #FBC0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0C9; }
p { color: rgb(251,192,201); }
H1.HeaderClassName
{
color: #FBC0C9;
}
.AnyTagClassName
{
color: #FBC0C9;
}
</style>
background-color css
<style>
a { background-color: #FBC0C9; }
a { background-color: rgb(251,192,201); }
div.DivClassName
{
background-color: #FBC0C9;
}
.BgClassName
{
background-color: #FBC0C9;
}
</style>
border-color css
<style>
span { border-color: #FBC0C9; }
span { border-color: rgb(251,192,201); }
td.TdClassName
{
border-color: #FBC0C9;
}
.TagClassName
{
border-color: #FBC0C9;
}
</style>