Shades of Pink #FABFC8
Tints of Pink #FABFC8
RGB
CMYK
RGB Variations
Color information
#FABFC8 (or 0xFABFC8) is known color: Pink. HEX triplet: FA, BF and C8. RGB value is (250,191,200). Sum of RGB (Red+Green+Blue) = 250+191+200=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC8 is #054037. Grayscale: #D1D1D1. Windows color (decimal): -344120 or 13156346. OLE color: 13156346.
HSL color Cylindrical-coordinate representation of color #FABFC8: hue angle of 350.85º 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 #FABFC8 is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 200 | - |
| CMYK | 0 | 0.24 | 0.2 | 0.02 |
| HSL | 350.85º | 0.86% | 0.86% | - |
| HSV(B) | 350.85º | 0.24% | 0.98% | - |
| XYZ | 68.48 | 61.76 | 62.95 | - |
| YUV | 209.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 200 | 0 | 0.24 | 0.2 | 0.02 | 350.85 | 0.86 | 0.86 |
| Hex | FA | BF | C8 | 0 | 18 | 14 | 2 | 15F | 56 | 56 |
| Octal | 372 | 277 | 310 | 0 | 30 | 24 | 2 | 537 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11001000 | 0 | 11000 | 10100 | 10 | 101011111 | 1010110 | 1010110 |
Color Harmonies of #FABFC8
Complementary color
Monochromatic Colors of #FABFC8
Black with #FABFC8
Text Example
Text Example
White with #FABFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFC8; }
p { color: rgb(250,191,200); }
H1.HeaderClassName
{
color: #FABFC8;
}
.AnyTagClassName
{
color: #FABFC8;
}
</style>
background-color css
<style>
a { background-color: #FABFC8; }
a { background-color: rgb(250,191,200); }
div.DivClassName
{
background-color: #FABFC8;
}
.BgClassName
{
background-color: #FABFC8;
}
</style>
border-color css
<style>
span { border-color: #FABFC8; }
span { border-color: rgb(250,191,200); }
td.TdClassName
{
border-color: #FABFC8;
}
.TagClassName
{
border-color: #FABFC8;
}
</style>