Shades of Your Pink #FBC8C1
Tints of Your Pink #FBC8C1
RGB
CMYK
RGB Variations
Color information
#FBC8C1 (or 0xFBC8C1) is known color: Your Pink. HEX triplet: FB, C8 and C1. RGB value is (251,200,193). Sum of RGB (Red+Green+Blue) = 251+200+193=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8C1 is #04373E. Grayscale: #D6D6D6. Windows color (decimal): -276287 or 12699899. OLE color: 12699899.
HSL color Cylindrical-coordinate representation of color #FBC8C1: hue angle of 7.24º 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 #FBC8C1 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 193 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.02 |
| HSL | 7.24º | 0.88% | 0.87% | - |
| HSV(B) | 7.24º | 0.23% | 0.98% | - |
| XYZ | 70.06 | 65.67 | 59.43 | - |
| YUV | 214.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 193 | 0 | 0.20 | 0.23 | 0.02 | 7.24 | 0.88 | 0.87 |
| Hex | FB | C8 | C1 | 0 | 14 | 17 | 2 | 7 | 58 | 57 |
| Octal | 373 | 310 | 301 | 0 | 24 | 27 | 2 | 7 | 130 | 127 |
| Binary | 11111011 | 11001000 | 11000001 | 0 | 10100 | 10111 | 10 | 111 | 1011000 | 1010111 |
Color Harmonies of #FBC8C1
Complementary color
Monochromatic Colors of #FBC8C1
Black with #FBC8C1
Text Example
Text Example
White with #FBC8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8C1; }
p { color: rgb(251,200,193); }
H1.HeaderClassName
{
color: #FBC8C1;
}
.AnyTagClassName
{
color: #FBC8C1;
}
</style>
background-color css
<style>
a { background-color: #FBC8C1; }
a { background-color: rgb(251,200,193); }
div.DivClassName
{
background-color: #FBC8C1;
}
.BgClassName
{
background-color: #FBC8C1;
}
</style>
border-color css
<style>
span { border-color: #FBC8C1; }
span { border-color: rgb(251,200,193); }
td.TdClassName
{
border-color: #FBC8C1;
}
.TagClassName
{
border-color: #FBC8C1;
}
</style>