Shades of Pink #FABBCE
Tints of Pink #FABBCE
RGB
CMYK
RGB Variations
Color information
#FABBCE (or 0xFABBCE) is known color: Pink. HEX triplet: FA, BB and CE. RGB value is (250,187,206). Sum of RGB (Red+Green+Blue) = 250+187+206=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBCE is #054431. Grayscale: #CFCFCF. Windows color (decimal): -345138 or 13548538. OLE color: 13548538.
HSL color Cylindrical-coordinate representation of color #FABBCE: hue angle of 341.9º degrees, saturation: 0.86, 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 #FABBCE is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 206 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.02 |
| HSL | 341.9º | 0.86% | 0.86% | - |
| HSV(B) | 341.9º | 0.25% | 0.98% | - |
| XYZ | 68.34 | 60.32 | 66.43 | - |
| YUV | 208 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 206 | 0 | 0.25 | 0.18 | 0.02 | 341.9 | 0.86 | 0.86 |
| Hex | FA | BB | CE | 0 | 19 | 12 | 2 | 156 | 56 | 56 |
| Octal | 372 | 273 | 316 | 0 | 31 | 22 | 2 | 526 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11001110 | 0 | 11001 | 10010 | 10 | 101010110 | 1010110 | 1010110 |
Color Harmonies of #FABBCE
Complementary color
Monochromatic Colors of #FABBCE
Black with #FABBCE
Text Example
Text Example
White with #FABBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBCE; }
p { color: rgb(250,187,206); }
H1.HeaderClassName
{
color: #FABBCE;
}
.AnyTagClassName
{
color: #FABBCE;
}
</style>
background-color css
<style>
a { background-color: #FABBCE; }
a { background-color: rgb(250,187,206); }
div.DivClassName
{
background-color: #FABBCE;
}
.BgClassName
{
background-color: #FABBCE;
}
</style>
border-color css
<style>
span { border-color: #FABBCE; }
span { border-color: rgb(250,187,206); }
td.TdClassName
{
border-color: #FABBCE;
}
.TagClassName
{
border-color: #FABBCE;
}
</style>