Shades of Pink #FBC2CC
Tints of Pink #FBC2CC
RGB
CMYK
RGB Variations
Color information
#FBC2CC (or 0xFBC2CC) is known color: Pink. HEX triplet: FB, C2 and CC. RGB value is (251,194,204). Sum of RGB (Red+Green+Blue) = 251+194+204=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2CC is #043D33. Grayscale: #D4D4D4. Windows color (decimal): -277812 or 13419259. OLE color: 13419259.
HSL color Cylindrical-coordinate representation of color #FBC2CC: hue angle of 349.47º 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 #FBC2CC is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 204 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.02 |
| HSL | 349.47º | 0.88% | 0.87% | - |
| HSV(B) | 349.47º | 0.23% | 0.98% | - |
| XYZ | 69.97 | 63.45 | 65.69 | - |
| YUV | 212.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 204 | 0 | 0.23 | 0.19 | 0.02 | 349.47 | 0.88 | 0.87 |
| Hex | FB | C2 | CC | 0 | 17 | 13 | 2 | 15D | 58 | 57 |
| Octal | 373 | 302 | 314 | 0 | 27 | 23 | 2 | 535 | 130 | 127 |
| Binary | 11111011 | 11000010 | 11001100 | 0 | 10111 | 10011 | 10 | 101011101 | 1011000 | 1010111 |
Color Harmonies of #FBC2CC
Complementary color
Monochromatic Colors of #FBC2CC
Black with #FBC2CC
Text Example
Text Example
White with #FBC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2CC; }
p { color: rgb(251,194,204); }
H1.HeaderClassName
{
color: #FBC2CC;
}
.AnyTagClassName
{
color: #FBC2CC;
}
</style>
background-color css
<style>
a { background-color: #FBC2CC; }
a { background-color: rgb(251,194,204); }
div.DivClassName
{
background-color: #FBC2CC;
}
.BgClassName
{
background-color: #FBC2CC;
}
</style>
border-color css
<style>
span { border-color: #FBC2CC; }
span { border-color: rgb(251,194,204); }
td.TdClassName
{
border-color: #FBC2CC;
}
.TagClassName
{
border-color: #FBC2CC;
}
</style>