Shades of Pink #FABEC7
Tints of Pink #FABEC7
RGB
CMYK
RGB Variations
Color information
#FABEC7 (or 0xFABEC7) is known color: Pink. HEX triplet: FA, BE and C7. RGB value is (250,190,199). Sum of RGB (Red+Green+Blue) = 250+190+199=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEC7 is #054138. Grayscale: #D0D0D0. Windows color (decimal): -344377 or 13090554. OLE color: 13090554.
HSL color Cylindrical-coordinate representation of color #FABEC7: hue angle of 351º 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 #FABEC7 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 199 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.02 |
| HSL | 351º | 0.86% | 0.86% | - |
| HSV(B) | 351º | 0.24% | 0.98% | - |
| XYZ | 68.15 | 61.27 | 62.27 | - |
| YUV | 208.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 199 | 0 | 0.24 | 0.20 | 0.02 | 351 | 0.86 | 0.86 |
| Hex | FA | BE | C7 | 0 | 18 | 14 | 2 | 15F | 56 | 56 |
| Octal | 372 | 276 | 307 | 0 | 30 | 24 | 2 | 537 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11000111 | 0 | 11000 | 10100 | 10 | 101011111 | 1010110 | 1010110 |
Color Harmonies of #FABEC7
Complementary color
Monochromatic Colors of #FABEC7
Black with #FABEC7
Text Example
Text Example
White with #FABEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEC7; }
p { color: rgb(250,190,199); }
H1.HeaderClassName
{
color: #FABEC7;
}
.AnyTagClassName
{
color: #FABEC7;
}
</style>
background-color css
<style>
a { background-color: #FABEC7; }
a { background-color: rgb(250,190,199); }
div.DivClassName
{
background-color: #FABEC7;
}
.BgClassName
{
background-color: #FABEC7;
}
</style>
border-color css
<style>
span { border-color: #FABEC7; }
span { border-color: rgb(250,190,199); }
td.TdClassName
{
border-color: #FABEC7;
}
.TagClassName
{
border-color: #FABEC7;
}
</style>