Shades of Light Pink #FBBAC0
Tints of Light Pink #FBBAC0
RGB
CMYK
RGB Variations
Color information
#FBBAC0 (or 0xFBBAC0) is known color: Light Pink. HEX triplet: FB, BA and C0. RGB value is (251,186,192). Sum of RGB (Red+Green+Blue) = 251+186+192=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAC0 is #04453F. Grayscale: #CECECE. Windows color (decimal): -279872 or 12630779. OLE color: 12630779.
HSL color Cylindrical-coordinate representation of color #FBBAC0: hue angle of 354.46º 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 #FBBAC0 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 192 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.02 |
| HSL | 354.46º | 0.89% | 0.86% | - |
| HSV(B) | 354.46º | 0.26% | 0.98% | - |
| XYZ | 66.86 | 59.43 | 57.82 | - |
| YUV | 206.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 192 | 0 | 0.26 | 0.24 | 0.02 | 354.46 | 0.89 | 0.86 |
| Hex | FB | BA | C0 | 0 | 1A | 18 | 2 | 162 | 59 | 56 |
| Octal | 373 | 272 | 300 | 0 | 32 | 30 | 2 | 542 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11000000 | 0 | 11010 | 11000 | 10 | 101100010 | 1011001 | 1010110 |
Color Harmonies of #FBBAC0
Complementary color
Monochromatic Colors of #FBBAC0
Black with #FBBAC0
Text Example
Text Example
White with #FBBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAC0; }
p { color: rgb(251,186,192); }
H1.HeaderClassName
{
color: #FBBAC0;
}
.AnyTagClassName
{
color: #FBBAC0;
}
</style>
background-color css
<style>
a { background-color: #FBBAC0; }
a { background-color: rgb(251,186,192); }
div.DivClassName
{
background-color: #FBBAC0;
}
.BgClassName
{
background-color: #FBBAC0;
}
</style>
border-color css
<style>
span { border-color: #FBBAC0; }
span { border-color: rgb(251,186,192); }
td.TdClassName
{
border-color: #FBBAC0;
}
.TagClassName
{
border-color: #FBBAC0;
}
</style>