Shades of Your Pink #FBCABA
Tints of Your Pink #FBCABA
RGB
CMYK
RGB Variations
Color information
#FBCABA (or 0xFBCABA) is known color: Your Pink. HEX triplet: FB, CA and BA. RGB value is (251,202,186). Sum of RGB (Red+Green+Blue) = 251+202+186=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCABA is #043545. Grayscale: #D6D6D6. Windows color (decimal): -275782 or 12241659. OLE color: 12241659.
HSL color Cylindrical-coordinate representation of color #FBCABA: hue angle of 14.77º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBCABA is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 186 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.02 |
| HSL | 14.77º | 0.89% | 0.86% | - |
| HSV(B) | 14.77º | 0.26% | 0.98% | - |
| XYZ | 69.77 | 66.3 | 55.57 | - |
| YUV | 214.83 | 111.73 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 186 | 0 | 0.20 | 0.26 | 0.02 | 14.77 | 0.89 | 0.86 |
| Hex | FB | CA | BA | 0 | 14 | 1A | 2 | F | 59 | 56 |
| Octal | 373 | 312 | 272 | 0 | 24 | 32 | 2 | 17 | 131 | 126 |
| Binary | 11111011 | 11001010 | 10111010 | 0 | 10100 | 11010 | 10 | 1111 | 1011001 | 1010110 |
Color Harmonies of #FBCABA
Complementary color
Monochromatic Colors of #FBCABA
Black with #FBCABA
Text Example
Text Example
White with #FBCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCABA; }
p { color: rgb(251,202,186); }
H1.HeaderClassName
{
color: #FBCABA;
}
.AnyTagClassName
{
color: #FBCABA;
}
</style>
background-color css
<style>
a { background-color: #FBCABA; }
a { background-color: rgb(251,202,186); }
div.DivClassName
{
background-color: #FBCABA;
}
.BgClassName
{
background-color: #FBCABA;
}
</style>
border-color css
<style>
span { border-color: #FBCABA; }
span { border-color: rgb(251,202,186); }
td.TdClassName
{
border-color: #FBCABA;
}
.TagClassName
{
border-color: #FBCABA;
}
</style>