Shades of Pink #FABCCE
Tints of Pink #FABCCE
RGB
CMYK
RGB Variations
Color information
#FABCCE (or 0xFABCCE) is known color: Pink. HEX triplet: FA, BC and CE. RGB value is (250,188,206). Sum of RGB (Red+Green+Blue) = 250+188+206=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCCE is #054331. Grayscale: #D0D0D0. Windows color (decimal): -344882 or 13548794. OLE color: 13548794.
HSL color Cylindrical-coordinate representation of color #FABCCE: hue angle of 342.58º 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 #FABCCE is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 206 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.02 |
| HSL | 342.58º | 0.86% | 0.86% | - |
| HSV(B) | 342.58º | 0.25% | 0.98% | - |
| XYZ | 68.55 | 60.75 | 66.5 | - |
| YUV | 208.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 206 | 0 | 0.25 | 0.18 | 0.02 | 342.58 | 0.86 | 0.86 |
| Hex | FA | BC | CE | 0 | 19 | 12 | 2 | 157 | 56 | 56 |
| Octal | 372 | 274 | 316 | 0 | 31 | 22 | 2 | 527 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11001110 | 0 | 11001 | 10010 | 10 | 101010111 | 1010110 | 1010110 |
Color Harmonies of #FABCCE
Complementary color
Monochromatic Colors of #FABCCE
Black with #FABCCE
Text Example
Text Example
White with #FABCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCCE; }
p { color: rgb(250,188,206); }
H1.HeaderClassName
{
color: #FABCCE;
}
.AnyTagClassName
{
color: #FABCCE;
}
</style>
background-color css
<style>
a { background-color: #FABCCE; }
a { background-color: rgb(250,188,206); }
div.DivClassName
{
background-color: #FABCCE;
}
.BgClassName
{
background-color: #FABCCE;
}
</style>
border-color css
<style>
span { border-color: #FABCCE; }
span { border-color: rgb(250,188,206); }
td.TdClassName
{
border-color: #FABCCE;
}
.TagClassName
{
border-color: #FABCCE;
}
</style>