Shades of Pink #FBC0CF
Tints of Pink #FBC0CF
RGB
CMYK
RGB Variations
Color information
#FBC0CF (or 0xFBC0CF) is known color: Pink. HEX triplet: FB, C0 and CF. RGB value is (251,192,207). Sum of RGB (Red+Green+Blue) = 251+192+207=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0CF is #043F30. Grayscale: #D3D3D3. Windows color (decimal): -278321 or 13615355. OLE color: 13615355.
HSL color Cylindrical-coordinate representation of color #FBC0CF: hue angle of 344.75º 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 #FBC0CF is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 207 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.02 |
| HSL | 344.75º | 0.88% | 0.87% | - |
| HSV(B) | 344.75º | 0.24% | 0.98% | - |
| XYZ | 69.9 | 62.71 | 67.45 | - |
| YUV | 211.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 207 | 0 | 0.24 | 0.18 | 0.02 | 344.75 | 0.88 | 0.87 |
| Hex | FB | C0 | CF | 0 | 18 | 12 | 2 | 159 | 58 | 57 |
| Octal | 373 | 300 | 317 | 0 | 30 | 22 | 2 | 531 | 130 | 127 |
| Binary | 11111011 | 11000000 | 11001111 | 0 | 11000 | 10010 | 10 | 101011001 | 1011000 | 1010111 |
Color Harmonies of #FBC0CF
Complementary color
Monochromatic Colors of #FBC0CF
Black with #FBC0CF
Text Example
Text Example
White with #FBC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0CF; }
p { color: rgb(251,192,207); }
H1.HeaderClassName
{
color: #FBC0CF;
}
.AnyTagClassName
{
color: #FBC0CF;
}
</style>
background-color css
<style>
a { background-color: #FBC0CF; }
a { background-color: rgb(251,192,207); }
div.DivClassName
{
background-color: #FBC0CF;
}
.BgClassName
{
background-color: #FBC0CF;
}
</style>
border-color css
<style>
span { border-color: #FBC0CF; }
span { border-color: rgb(251,192,207); }
td.TdClassName
{
border-color: #FBC0CF;
}
.TagClassName
{
border-color: #FBC0CF;
}
</style>