Shades of Light Pink #FBBAC2
Tints of Light Pink #FBBAC2
RGB
CMYK
RGB Variations
Color information
#FBBAC2 (or 0xFBBAC2) is known color: Light Pink. HEX triplet: FB, BA and C2. RGB value is (251,186,194). Sum of RGB (Red+Green+Blue) = 251+186+194=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAC2 is #04453D. Grayscale: #CECECE. Windows color (decimal): -279870 or 12761851. OLE color: 12761851.
HSL color Cylindrical-coordinate representation of color #FBBAC2: hue angle of 352.62º 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 #FBBAC2 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 194 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.02 |
| HSL | 352.62º | 0.89% | 0.86% | - |
| HSV(B) | 352.62º | 0.26% | 0.98% | - |
| XYZ | 67.08 | 59.52 | 58.99 | - |
| YUV | 206.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 194 | 0 | 0.26 | 0.23 | 0.02 | 352.62 | 0.89 | 0.86 |
| Hex | FB | BA | C2 | 0 | 1A | 17 | 2 | 161 | 59 | 56 |
| Octal | 373 | 272 | 302 | 0 | 32 | 27 | 2 | 541 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11000010 | 0 | 11010 | 10111 | 10 | 101100001 | 1011001 | 1010110 |
Color Harmonies of #FBBAC2
Complementary color
Monochromatic Colors of #FBBAC2
Black with #FBBAC2
Text Example
Text Example
White with #FBBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAC2; }
p { color: rgb(251,186,194); }
H1.HeaderClassName
{
color: #FBBAC2;
}
.AnyTagClassName
{
color: #FBBAC2;
}
</style>
background-color css
<style>
a { background-color: #FBBAC2; }
a { background-color: rgb(251,186,194); }
div.DivClassName
{
background-color: #FBBAC2;
}
.BgClassName
{
background-color: #FBBAC2;
}
</style>
border-color css
<style>
span { border-color: #FBBAC2; }
span { border-color: rgb(251,186,194); }
td.TdClassName
{
border-color: #FBBAC2;
}
.TagClassName
{
border-color: #FBBAC2;
}
</style>