Shades of Your Pink #FBC0B5
Tints of Your Pink #FBC0B5
RGB
CMYK
RGB Variations
Color information
#FBC0B5 (or 0xFBC0B5) is known color: Your Pink. HEX triplet: FB, C0 and B5. RGB value is (251,192,181). Sum of RGB (Red+Green+Blue) = 251+192+181=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0B5 is #043F4A. Grayscale: #D0D0D0. Windows color (decimal): -278347 or 11911419. OLE color: 11911419.
HSL color Cylindrical-coordinate representation of color #FBC0B5: hue angle of 9.43º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBC0B5 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 181 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.02 |
| HSL | 9.43º | 0.9% | 0.85% | - |
| HSV(B) | 9.43º | 0.28% | 0.98% | - |
| XYZ | 66.97 | 61.54 | 52.07 | - |
| YUV | 208.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 181 | 0 | 0.24 | 0.28 | 0.02 | 9.43 | 0.9 | 0.85 |
| Hex | FB | C0 | B5 | 0 | 18 | 1C | 2 | 9 | 5A | 55 |
| Octal | 373 | 300 | 265 | 0 | 30 | 34 | 2 | 11 | 132 | 125 |
| Binary | 11111011 | 11000000 | 10110101 | 0 | 11000 | 11100 | 10 | 1001 | 1011010 | 1010101 |
Color Harmonies of #FBC0B5
Complementary color
Monochromatic Colors of #FBC0B5
Black with #FBC0B5
Text Example
Text Example
White with #FBC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0B5; }
p { color: rgb(251,192,181); }
H1.HeaderClassName
{
color: #FBC0B5;
}
.AnyTagClassName
{
color: #FBC0B5;
}
</style>
background-color css
<style>
a { background-color: #FBC0B5; }
a { background-color: rgb(251,192,181); }
div.DivClassName
{
background-color: #FBC0B5;
}
.BgClassName
{
background-color: #FBC0B5;
}
</style>
border-color css
<style>
span { border-color: #FBC0B5; }
span { border-color: rgb(251,192,181); }
td.TdClassName
{
border-color: #FBC0B5;
}
.TagClassName
{
border-color: #FBC0B5;
}
</style>