Shades of Your Pink #FBC4C0
Tints of Your Pink #FBC4C0
RGB
CMYK
RGB Variations
Color information
#FBC4C0 (or 0xFBC4C0) is known color: Your Pink. HEX triplet: FB, C4 and C0. RGB value is (251,196,192). Sum of RGB (Red+Green+Blue) = 251+196+192=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4C0 is #043B3F. Grayscale: #D4D4D4. Windows color (decimal): -277312 or 12633339. OLE color: 12633339.
HSL color Cylindrical-coordinate representation of color #FBC4C0: hue angle of 4.07º 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 #FBC4C0 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 192 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.02 |
| HSL | 4.07º | 0.88% | 0.87% | - |
| HSV(B) | 4.07º | 0.24% | 0.98% | - |
| XYZ | 69.04 | 63.79 | 58.54 | - |
| YUV | 211.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 192 | 0 | 0.22 | 0.24 | 0.02 | 4.07 | 0.88 | 0.87 |
| Hex | FB | C4 | C0 | 0 | 16 | 18 | 2 | 4 | 58 | 57 |
| Octal | 373 | 304 | 300 | 0 | 26 | 30 | 2 | 4 | 130 | 127 |
| Binary | 11111011 | 11000100 | 11000000 | 0 | 10110 | 11000 | 10 | 100 | 1011000 | 1010111 |
Color Harmonies of #FBC4C0
Complementary color
Monochromatic Colors of #FBC4C0
Black with #FBC4C0
Text Example
Text Example
White with #FBC4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4C0; }
p { color: rgb(251,196,192); }
H1.HeaderClassName
{
color: #FBC4C0;
}
.AnyTagClassName
{
color: #FBC4C0;
}
</style>
background-color css
<style>
a { background-color: #FBC4C0; }
a { background-color: rgb(251,196,192); }
div.DivClassName
{
background-color: #FBC4C0;
}
.BgClassName
{
background-color: #FBC4C0;
}
</style>
border-color css
<style>
span { border-color: #FBC4C0; }
span { border-color: rgb(251,196,192); }
td.TdClassName
{
border-color: #FBC4C0;
}
.TagClassName
{
border-color: #FBC4C0;
}
</style>