Shades of Pink #FABEC8
Tints of Pink #FABEC8
RGB
CMYK
RGB Variations
Color information
#FABEC8 (or 0xFABEC8) is known color: Pink. HEX triplet: FA, BE and C8. RGB value is (250,190,200). Sum of RGB (Red+Green+Blue) = 250+190+200=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEC8 is #054137. Grayscale: #D1D1D1. Windows color (decimal): -344376 or 13156090. OLE color: 13156090.
HSL color Cylindrical-coordinate representation of color #FABEC8: hue angle of 350º 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 #FABEC8 is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 200 | - |
| CMYK | 0 | 0.24 | 0.2 | 0.02 |
| HSL | 350º | 0.86% | 0.86% | - |
| HSV(B) | 350º | 0.24% | 0.98% | - |
| XYZ | 68.26 | 61.32 | 62.88 | - |
| YUV | 209.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 200 | 0 | 0.24 | 0.2 | 0.02 | 350 | 0.86 | 0.86 |
| Hex | FA | BE | C8 | 0 | 18 | 14 | 2 | 15E | 56 | 56 |
| Octal | 372 | 276 | 310 | 0 | 30 | 24 | 2 | 536 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11001000 | 0 | 11000 | 10100 | 10 | 101011110 | 1010110 | 1010110 |
Color Harmonies of #FABEC8
Complementary color
Monochromatic Colors of #FABEC8
Black with #FABEC8
Text Example
Text Example
White with #FABEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEC8; }
p { color: rgb(250,190,200); }
H1.HeaderClassName
{
color: #FABEC8;
}
.AnyTagClassName
{
color: #FABEC8;
}
</style>
background-color css
<style>
a { background-color: #FABEC8; }
a { background-color: rgb(250,190,200); }
div.DivClassName
{
background-color: #FABEC8;
}
.BgClassName
{
background-color: #FABEC8;
}
</style>
border-color css
<style>
span { border-color: #FABEC8; }
span { border-color: rgb(250,190,200); }
td.TdClassName
{
border-color: #FABEC8;
}
.TagClassName
{
border-color: #FABEC8;
}
</style>