Shades of Pink #FBC9CE
Tints of Pink #FBC9CE
RGB
CMYK
RGB Variations
Color information
#FBC9CE (or 0xFBC9CE) is known color: Pink. HEX triplet: FB, C9 and CE. RGB value is (251,201,206). Sum of RGB (Red+Green+Blue) = 251+201+206=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9CE is #043631. Grayscale: #D8D8D8. Windows color (decimal): -276018 or 13552123. OLE color: 13552123.
HSL color Cylindrical-coordinate representation of color #FBC9CE: hue angle of 354º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC9CE is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 206 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.02 |
| HSL | 354º | 0.86% | 0.89% | - |
| HSV(B) | 354º | 0.2% | 0.98% | - |
| XYZ | 71.81 | 66.74 | 67.49 | - |
| YUV | 216.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 206 | 0 | 0.20 | 0.18 | 0.02 | 354 | 0.86 | 0.89 |
| Hex | FB | C9 | CE | 0 | 14 | 12 | 2 | 162 | 56 | 59 |
| Octal | 373 | 311 | 316 | 0 | 24 | 22 | 2 | 542 | 126 | 131 |
| Binary | 11111011 | 11001001 | 11001110 | 0 | 10100 | 10010 | 10 | 101100010 | 1010110 | 1011001 |
Color Harmonies of #FBC9CE
Complementary color
Monochromatic Colors of #FBC9CE
Black with #FBC9CE
Text Example
Text Example
White with #FBC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9CE; }
p { color: rgb(251,201,206); }
H1.HeaderClassName
{
color: #FBC9CE;
}
.AnyTagClassName
{
color: #FBC9CE;
}
</style>
background-color css
<style>
a { background-color: #FBC9CE; }
a { background-color: rgb(251,201,206); }
div.DivClassName
{
background-color: #FBC9CE;
}
.BgClassName
{
background-color: #FBC9CE;
}
</style>
border-color css
<style>
span { border-color: #FBC9CE; }
span { border-color: rgb(251,201,206); }
td.TdClassName
{
border-color: #FBC9CE;
}
.TagClassName
{
border-color: #FBC9CE;
}
</style>