Shades of Your Pink #FBC5C2
Tints of Your Pink #FBC5C2
RGB
CMYK
RGB Variations
Color information
#FBC5C2 (or 0xFBC5C2) is known color: Your Pink. HEX triplet: FB, C5 and C2. RGB value is (251,197,194). Sum of RGB (Red+Green+Blue) = 251+197+194=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 194 (76.17% from 255 or 30.22% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5C2 is #043A3D. Grayscale: #D4D4D4. Windows color (decimal): -277054 or 12764667. OLE color: 12764667.
HSL color Cylindrical-coordinate representation of color #FBC5C2: hue angle of 3.16º 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 #FBC5C2 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 194 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.02 |
| HSL | 3.16º | 0.88% | 0.87% | - |
| HSV(B) | 3.16º | 0.23% | 0.98% | - |
| XYZ | 69.49 | 64.34 | 59.79 | - |
| YUV | 212.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 194 | 0 | 0.22 | 0.23 | 0.02 | 3.16 | 0.88 | 0.87 |
| Hex | FB | C5 | C2 | 0 | 16 | 17 | 2 | 3 | 58 | 57 |
| Octal | 373 | 305 | 302 | 0 | 26 | 27 | 2 | 3 | 130 | 127 |
| Binary | 11111011 | 11000101 | 11000010 | 0 | 10110 | 10111 | 10 | 11 | 1011000 | 1010111 |
Color Harmonies of #FBC5C2
Complementary color
Monochromatic Colors of #FBC5C2
Black with #FBC5C2
Text Example
Text Example
White with #FBC5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5C2; }
p { color: rgb(251,197,194); }
H1.HeaderClassName
{
color: #FBC5C2;
}
.AnyTagClassName
{
color: #FBC5C2;
}
</style>
background-color css
<style>
a { background-color: #FBC5C2; }
a { background-color: rgb(251,197,194); }
div.DivClassName
{
background-color: #FBC5C2;
}
.BgClassName
{
background-color: #FBC5C2;
}
</style>
border-color css
<style>
span { border-color: #FBC5C2; }
span { border-color: rgb(251,197,194); }
td.TdClassName
{
border-color: #FBC5C2;
}
.TagClassName
{
border-color: #FBC5C2;
}
</style>