Shades of Your Pink #FBCCC1
Tints of Your Pink #FBCCC1
RGB
CMYK
RGB Variations
Color information
#FBCCC1 (or 0xFBCCC1) is known color: Your Pink. HEX triplet: FB, CC and C1. RGB value is (251,204,193). Sum of RGB (Red+Green+Blue) = 251+204+193=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCC1 is #04333E. Grayscale: #D8D8D8. Windows color (decimal): -275263 or 12700923. OLE color: 12700923.
HSL color Cylindrical-coordinate representation of color #FBCCC1: hue angle of 11.38º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBCCC1 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 193 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.02 |
| HSL | 11.38º | 0.88% | 0.87% | - |
| HSV(B) | 11.38º | 0.23% | 0.98% | - |
| XYZ | 71 | 67.55 | 59.75 | - |
| YUV | 216.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 193 | 0 | 0.19 | 0.23 | 0.02 | 11.38 | 0.88 | 0.87 |
| Hex | FB | CC | C1 | 0 | 13 | 17 | 2 | B | 58 | 57 |
| Octal | 373 | 314 | 301 | 0 | 23 | 27 | 2 | 13 | 130 | 127 |
| Binary | 11111011 | 11001100 | 11000001 | 0 | 10011 | 10111 | 10 | 1011 | 1011000 | 1010111 |
Color Harmonies of #FBCCC1
Complementary color
Monochromatic Colors of #FBCCC1
Black with #FBCCC1
Text Example
Text Example
White with #FBCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCC1; }
p { color: rgb(251,204,193); }
H1.HeaderClassName
{
color: #FBCCC1;
}
.AnyTagClassName
{
color: #FBCCC1;
}
</style>
background-color css
<style>
a { background-color: #FBCCC1; }
a { background-color: rgb(251,204,193); }
div.DivClassName
{
background-color: #FBCCC1;
}
.BgClassName
{
background-color: #FBCCC1;
}
</style>
border-color css
<style>
span { border-color: #FBCCC1; }
span { border-color: rgb(251,204,193); }
td.TdClassName
{
border-color: #FBCCC1;
}
.TagClassName
{
border-color: #FBCCC1;
}
</style>