Shades of Your Pink #FBC9C2
Tints of Your Pink #FBC9C2
RGB
CMYK
RGB Variations
Color information
#FBC9C2 (or 0xFBC9C2) is known color: Your Pink. HEX triplet: FB, C9 and C2. RGB value is (251,201,194). Sum of RGB (Red+Green+Blue) = 251+201+194=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 194 (76.17% from 255 or 30.03% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9C2 is #04363D. Grayscale: #D7D7D7. Windows color (decimal): -276030 or 12765691. OLE color: 12765691.
HSL color Cylindrical-coordinate representation of color #FBC9C2: hue angle of 7.37º 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 #FBC9C2 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 194 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.02 |
| HSL | 7.37º | 0.88% | 0.87% | - |
| HSV(B) | 7.37º | 0.23% | 0.98% | - |
| XYZ | 70.41 | 66.18 | 60.1 | - |
| YUV | 215.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 194 | 0 | 0.20 | 0.23 | 0.02 | 7.37 | 0.88 | 0.87 |
| Hex | FB | C9 | C2 | 0 | 14 | 17 | 2 | 7 | 58 | 57 |
| Octal | 373 | 311 | 302 | 0 | 24 | 27 | 2 | 7 | 130 | 127 |
| Binary | 11111011 | 11001001 | 11000010 | 0 | 10100 | 10111 | 10 | 111 | 1011000 | 1010111 |
Color Harmonies of #FBC9C2
Complementary color
Monochromatic Colors of #FBC9C2
Black with #FBC9C2
Text Example
Text Example
White with #FBC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9C2; }
p { color: rgb(251,201,194); }
H1.HeaderClassName
{
color: #FBC9C2;
}
.AnyTagClassName
{
color: #FBC9C2;
}
</style>
background-color css
<style>
a { background-color: #FBC9C2; }
a { background-color: rgb(251,201,194); }
div.DivClassName
{
background-color: #FBC9C2;
}
.BgClassName
{
background-color: #FBC9C2;
}
</style>
border-color css
<style>
span { border-color: #FBC9C2; }
span { border-color: rgb(251,201,194); }
td.TdClassName
{
border-color: #FBC9C2;
}
.TagClassName
{
border-color: #FBC9C2;
}
</style>