Shades of Pink #FBC1CE
Tints of Pink #FBC1CE
RGB
CMYK
RGB Variations
Color information
#FBC1CE (or 0xFBC1CE) is known color: Pink. HEX triplet: FB, C1 and CE. RGB value is (251,193,206). Sum of RGB (Red+Green+Blue) = 251+193+206=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1CE is #043E31. Grayscale: #D3D3D3. Windows color (decimal): -278066 or 13550075. OLE color: 13550075.
HSL color Cylindrical-coordinate representation of color #FBC1CE: hue angle of 346.55º 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 #FBC1CE is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 206 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.02 |
| HSL | 346.55º | 0.88% | 0.87% | - |
| HSV(B) | 346.55º | 0.23% | 0.98% | - |
| XYZ | 69.99 | 63.11 | 66.88 | - |
| YUV | 211.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 206 | 0 | 0.23 | 0.18 | 0.02 | 346.55 | 0.88 | 0.87 |
| Hex | FB | C1 | CE | 0 | 17 | 12 | 2 | 15B | 58 | 57 |
| Octal | 373 | 301 | 316 | 0 | 27 | 22 | 2 | 533 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11001110 | 0 | 10111 | 10010 | 10 | 101011011 | 1011000 | 1010111 |
Color Harmonies of #FBC1CE
Complementary color
Monochromatic Colors of #FBC1CE
Black with #FBC1CE
Text Example
Text Example
White with #FBC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1CE; }
p { color: rgb(251,193,206); }
H1.HeaderClassName
{
color: #FBC1CE;
}
.AnyTagClassName
{
color: #FBC1CE;
}
</style>
background-color css
<style>
a { background-color: #FBC1CE; }
a { background-color: rgb(251,193,206); }
div.DivClassName
{
background-color: #FBC1CE;
}
.BgClassName
{
background-color: #FBC1CE;
}
</style>
border-color css
<style>
span { border-color: #FBC1CE; }
span { border-color: rgb(251,193,206); }
td.TdClassName
{
border-color: #FBC1CE;
}
.TagClassName
{
border-color: #FBC1CE;
}
</style>