Shades of Pink #FBC1CC
Tints of Pink #FBC1CC
RGB
CMYK
RGB Variations
Color information
#FBC1CC (or 0xFBC1CC) is known color: Pink. HEX triplet: FB, C1 and CC. RGB value is (251,193,204). Sum of RGB (Red+Green+Blue) = 251+193+204=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1CC is #043E33. Grayscale: #D3D3D3. Windows color (decimal): -278068 or 13419003. OLE color: 13419003.
HSL color Cylindrical-coordinate representation of color #FBC1CC: hue angle of 348.62º 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 #FBC1CC is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 204 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.02 |
| HSL | 348.62º | 0.88% | 0.87% | - |
| HSV(B) | 348.62º | 0.23% | 0.98% | - |
| XYZ | 69.75 | 63.01 | 65.61 | - |
| YUV | 211.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 204 | 0 | 0.23 | 0.19 | 0.02 | 348.62 | 0.88 | 0.87 |
| Hex | FB | C1 | CC | 0 | 17 | 13 | 2 | 15D | 58 | 57 |
| Octal | 373 | 301 | 314 | 0 | 27 | 23 | 2 | 535 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11001100 | 0 | 10111 | 10011 | 10 | 101011101 | 1011000 | 1010111 |
Color Harmonies of #FBC1CC
Complementary color
Monochromatic Colors of #FBC1CC
Black with #FBC1CC
Text Example
Text Example
White with #FBC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1CC; }
p { color: rgb(251,193,204); }
H1.HeaderClassName
{
color: #FBC1CC;
}
.AnyTagClassName
{
color: #FBC1CC;
}
</style>
background-color css
<style>
a { background-color: #FBC1CC; }
a { background-color: rgb(251,193,204); }
div.DivClassName
{
background-color: #FBC1CC;
}
.BgClassName
{
background-color: #FBC1CC;
}
</style>
border-color css
<style>
span { border-color: #FBC1CC; }
span { border-color: rgb(251,193,204); }
td.TdClassName
{
border-color: #FBC1CC;
}
.TagClassName
{
border-color: #FBC1CC;
}
</style>