Shades of Light Pink #FBBAC1
Tints of Light Pink #FBBAC1
RGB
CMYK
RGB Variations
Color information
#FBBAC1 (or 0xFBBAC1) is known color: Light Pink. HEX triplet: FB, BA and C1. RGB value is (251,186,193). Sum of RGB (Red+Green+Blue) = 251+186+193=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAC1 is #04453E. Grayscale: #CECECE. Windows color (decimal): -279871 or 12696315. OLE color: 12696315.
HSL color Cylindrical-coordinate representation of color #FBBAC1: hue angle of 353.54º 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 #FBBAC1 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 193 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.02 |
| HSL | 353.54º | 0.89% | 0.86% | - |
| HSV(B) | 353.54º | 0.26% | 0.98% | - |
| XYZ | 66.97 | 59.48 | 58.4 | - |
| YUV | 206.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 193 | 0 | 0.26 | 0.23 | 0.02 | 353.54 | 0.89 | 0.86 |
| Hex | FB | BA | C1 | 0 | 1A | 17 | 2 | 162 | 59 | 56 |
| Octal | 373 | 272 | 301 | 0 | 32 | 27 | 2 | 542 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11000001 | 0 | 11010 | 10111 | 10 | 101100010 | 1011001 | 1010110 |
Color Harmonies of #FBBAC1
Complementary color
Monochromatic Colors of #FBBAC1
Black with #FBBAC1
Text Example
Text Example
White with #FBBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAC1; }
p { color: rgb(251,186,193); }
H1.HeaderClassName
{
color: #FBBAC1;
}
.AnyTagClassName
{
color: #FBBAC1;
}
</style>
background-color css
<style>
a { background-color: #FBBAC1; }
a { background-color: rgb(251,186,193); }
div.DivClassName
{
background-color: #FBBAC1;
}
.BgClassName
{
background-color: #FBBAC1;
}
</style>
border-color css
<style>
span { border-color: #FBBAC1; }
span { border-color: rgb(251,186,193); }
td.TdClassName
{
border-color: #FBBAC1;
}
.TagClassName
{
border-color: #FBBAC1;
}
</style>