Shades of Your Pink #FBC8C2
Tints of Your Pink #FBC8C2
RGB
CMYK
RGB Variations
Color information
#FBC8C2 (or 0xFBC8C2) is known color: Your Pink. HEX triplet: FB, C8 and C2. RGB value is (251,200,194). Sum of RGB (Red+Green+Blue) = 251+200+194=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8C2 is #04373D. Grayscale: #D6D6D6. Windows color (decimal): -276286 or 12765435. OLE color: 12765435.
HSL color Cylindrical-coordinate representation of color #FBC8C2: hue angle of 6.32º 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 #FBC8C2 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 194 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.02 |
| HSL | 6.32º | 0.88% | 0.87% | - |
| HSV(B) | 6.32º | 0.23% | 0.98% | - |
| XYZ | 70.18 | 65.71 | 60.02 | - |
| YUV | 214.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 194 | 0 | 0.20 | 0.23 | 0.02 | 6.32 | 0.88 | 0.87 |
| Hex | FB | C8 | C2 | 0 | 14 | 17 | 2 | 6 | 58 | 57 |
| Octal | 373 | 310 | 302 | 0 | 24 | 27 | 2 | 6 | 130 | 127 |
| Binary | 11111011 | 11001000 | 11000010 | 0 | 10100 | 10111 | 10 | 110 | 1011000 | 1010111 |
Color Harmonies of #FBC8C2
Complementary color
Monochromatic Colors of #FBC8C2
Black with #FBC8C2
Text Example
Text Example
White with #FBC8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8C2; }
p { color: rgb(251,200,194); }
H1.HeaderClassName
{
color: #FBC8C2;
}
.AnyTagClassName
{
color: #FBC8C2;
}
</style>
background-color css
<style>
a { background-color: #FBC8C2; }
a { background-color: rgb(251,200,194); }
div.DivClassName
{
background-color: #FBC8C2;
}
.BgClassName
{
background-color: #FBC8C2;
}
</style>
border-color css
<style>
span { border-color: #FBC8C2; }
span { border-color: rgb(251,200,194); }
td.TdClassName
{
border-color: #FBC8C2;
}
.TagClassName
{
border-color: #FBC8C2;
}
</style>