Shades of Pink #FABECC
Tints of Pink #FABECC
RGB
CMYK
RGB Variations
Color information
#FABECC (or 0xFABECC) is known color: Pink. HEX triplet: FA, BE and CC. RGB value is (250,190,204). Sum of RGB (Red+Green+Blue) = 250+190+204=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FABECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABECC is #054133. Grayscale: #D1D1D1. Windows color (decimal): -344372 or 13418234. OLE color: 13418234.
HSL color Cylindrical-coordinate representation of color #FABECC: hue angle of 346º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABECC is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 204 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.02 |
| HSL | 346º | 0.86% | 0.86% | - |
| HSV(B) | 346º | 0.24% | 0.98% | - |
| XYZ | 68.74 | 61.51 | 65.38 | - |
| YUV | 209.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 204 | 0 | 0.24 | 0.18 | 0.02 | 346 | 0.86 | 0.86 |
| Hex | FA | BE | CC | 0 | 18 | 12 | 2 | 15A | 56 | 56 |
| Octal | 372 | 276 | 314 | 0 | 30 | 22 | 2 | 532 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11001100 | 0 | 11000 | 10010 | 10 | 101011010 | 1010110 | 1010110 |
Color Harmonies of #FABECC
Complementary color
Monochromatic Colors of #FABECC
Black with #FABECC
Text Example
Text Example
White with #FABECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABECC; }
p { color: rgb(250,190,204); }
H1.HeaderClassName
{
color: #FABECC;
}
.AnyTagClassName
{
color: #FABECC;
}
</style>
background-color css
<style>
a { background-color: #FABECC; }
a { background-color: rgb(250,190,204); }
div.DivClassName
{
background-color: #FABECC;
}
.BgClassName
{
background-color: #FABECC;
}
</style>
border-color css
<style>
span { border-color: #FABECC; }
span { border-color: rgb(250,190,204); }
td.TdClassName
{
border-color: #FABECC;
}
.TagClassName
{
border-color: #FABECC;
}
</style>