Shades of Pink #FABFC9
Tints of Pink #FABFC9
RGB
CMYK
RGB Variations
Color information
#FABFC9 (or 0xFABFC9) is known color: Pink. HEX triplet: FA, BF and C9. RGB value is (250,191,201). Sum of RGB (Red+Green+Blue) = 250+191+201=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC9 is #054036. Grayscale: #D1D1D1. Windows color (decimal): -344119 or 13221882. OLE color: 13221882.
HSL color Cylindrical-coordinate representation of color #FABFC9: hue angle of 349.83º 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 #FABFC9 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 201 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.02 |
| HSL | 349.83º | 0.86% | 0.86% | - |
| HSV(B) | 349.83º | 0.24% | 0.98% | - |
| XYZ | 68.6 | 61.8 | 63.57 | - |
| YUV | 209.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 201 | 0 | 0.24 | 0.20 | 0.02 | 349.83 | 0.86 | 0.86 |
| Hex | FA | BF | C9 | 0 | 18 | 14 | 2 | 15E | 56 | 56 |
| Octal | 372 | 277 | 311 | 0 | 30 | 24 | 2 | 536 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11001001 | 0 | 11000 | 10100 | 10 | 101011110 | 1010110 | 1010110 |
Color Harmonies of #FABFC9
Complementary color
Monochromatic Colors of #FABFC9
Black with #FABFC9
Text Example
Text Example
White with #FABFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFC9; }
p { color: rgb(250,191,201); }
H1.HeaderClassName
{
color: #FABFC9;
}
.AnyTagClassName
{
color: #FABFC9;
}
</style>
background-color css
<style>
a { background-color: #FABFC9; }
a { background-color: rgb(250,191,201); }
div.DivClassName
{
background-color: #FABFC9;
}
.BgClassName
{
background-color: #FABFC9;
}
</style>
border-color css
<style>
span { border-color: #FABFC9; }
span { border-color: rgb(250,191,201); }
td.TdClassName
{
border-color: #FABFC9;
}
.TagClassName
{
border-color: #FABFC9;
}
</style>