Shades of Your Pink #FBCABB
Tints of Your Pink #FBCABB
RGB
CMYK
RGB Variations
Color information
#FBCABB (or 0xFBCABB) is known color: Your Pink. HEX triplet: FB, CA and BB. RGB value is (251,202,187). Sum of RGB (Red+Green+Blue) = 251+202+187=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCABB is #043544. Grayscale: #D7D7D7. Windows color (decimal): -275781 or 12307195. OLE color: 12307195.
HSL color Cylindrical-coordinate representation of color #FBCABB: hue angle of 14.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBCABB is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 187 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.02 |
| HSL | 14.06º | 0.89% | 0.86% | - |
| HSV(B) | 14.06º | 0.25% | 0.98% | - |
| XYZ | 69.87 | 66.34 | 56.14 | - |
| YUV | 214.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 187 | 0 | 0.20 | 0.25 | 0.02 | 14.06 | 0.89 | 0.86 |
| Hex | FB | CA | BB | 0 | 14 | 19 | 2 | E | 59 | 56 |
| Octal | 373 | 312 | 273 | 0 | 24 | 31 | 2 | 16 | 131 | 126 |
| Binary | 11111011 | 11001010 | 10111011 | 0 | 10100 | 11001 | 10 | 1110 | 1011001 | 1010110 |
Color Harmonies of #FBCABB
Complementary color
Monochromatic Colors of #FBCABB
Black with #FBCABB
Text Example
Text Example
White with #FBCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCABB; }
p { color: rgb(251,202,187); }
H1.HeaderClassName
{
color: #FBCABB;
}
.AnyTagClassName
{
color: #FBCABB;
}
</style>
background-color css
<style>
a { background-color: #FBCABB; }
a { background-color: rgb(251,202,187); }
div.DivClassName
{
background-color: #FBCABB;
}
.BgClassName
{
background-color: #FBCABB;
}
</style>
border-color css
<style>
span { border-color: #FBCABB; }
span { border-color: rgb(251,202,187); }
td.TdClassName
{
border-color: #FBCABB;
}
.TagClassName
{
border-color: #FBCABB;
}
</style>