Shades of Your Pink #FBCCC0
Tints of Your Pink #FBCCC0
RGB
CMYK
RGB Variations
Color information
#FBCCC0 (or 0xFBCCC0) is known color: Your Pink. HEX triplet: FB, CC and C0. RGB value is (251,204,192). Sum of RGB (Red+Green+Blue) = 251+204+192=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCC0 is #04333F. Grayscale: #D8D8D8. Windows color (decimal): -275264 or 12635387. OLE color: 12635387.
HSL color Cylindrical-coordinate representation of color #FBCCC0: hue angle of 12.2º 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 #FBCCC0 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 192 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.02 |
| HSL | 12.2º | 0.88% | 0.87% | - |
| HSV(B) | 12.2º | 0.24% | 0.98% | - |
| XYZ | 70.89 | 67.5 | 59.16 | - |
| YUV | 216.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 192 | 0 | 0.19 | 0.24 | 0.02 | 12.2 | 0.88 | 0.87 |
| Hex | FB | CC | C0 | 0 | 13 | 18 | 2 | C | 58 | 57 |
| Octal | 373 | 314 | 300 | 0 | 23 | 30 | 2 | 14 | 130 | 127 |
| Binary | 11111011 | 11001100 | 11000000 | 0 | 10011 | 11000 | 10 | 1100 | 1011000 | 1010111 |
Color Harmonies of #FBCCC0
Complementary color
Monochromatic Colors of #FBCCC0
Black with #FBCCC0
Text Example
Text Example
White with #FBCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCC0; }
p { color: rgb(251,204,192); }
H1.HeaderClassName
{
color: #FBCCC0;
}
.AnyTagClassName
{
color: #FBCCC0;
}
</style>
background-color css
<style>
a { background-color: #FBCCC0; }
a { background-color: rgb(251,204,192); }
div.DivClassName
{
background-color: #FBCCC0;
}
.BgClassName
{
background-color: #FBCCC0;
}
</style>
border-color css
<style>
span { border-color: #FBCCC0; }
span { border-color: rgb(251,204,192); }
td.TdClassName
{
border-color: #FBCCC0;
}
.TagClassName
{
border-color: #FBCCC0;
}
</style>