Shades of Cupid #FAB9C9
Tints of Cupid #FAB9C9
RGB
CMYK
RGB Variations
Color information
#FAB9C9 (or 0xFAB9C9) is known color: Cupid. HEX triplet: FA, B9 and C9. RGB value is (250,185,201). Sum of RGB (Red+Green+Blue) = 250+185+201=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9C9 is #054636. Grayscale: #CECECE. Windows color (decimal): -345655 or 13220346. OLE color: 13220346.
HSL color Cylindrical-coordinate representation of color #FAB9C9: hue angle of 345.23º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAB9C9 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 201 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.02 |
| HSL | 345.23º | 0.87% | 0.85% | - |
| HSV(B) | 345.23º | 0.26% | 0.98% | - |
| XYZ | 67.32 | 59.24 | 63.14 | - |
| YUV | 206.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 201 | 0 | 0.26 | 0.20 | 0.02 | 345.23 | 0.87 | 0.85 |
| Hex | FA | B9 | C9 | 0 | 1A | 14 | 2 | 159 | 57 | 55 |
| Octal | 372 | 271 | 311 | 0 | 32 | 24 | 2 | 531 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11001001 | 0 | 11010 | 10100 | 10 | 101011001 | 1010111 | 1010101 |
Color Harmonies of #FAB9C9
Complementary color
Monochromatic Colors of #FAB9C9
Black with #FAB9C9
Text Example
Text Example
White with #FAB9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9C9; }
p { color: rgb(250,185,201); }
H1.HeaderClassName
{
color: #FAB9C9;
}
.AnyTagClassName
{
color: #FAB9C9;
}
</style>
background-color css
<style>
a { background-color: #FAB9C9; }
a { background-color: rgb(250,185,201); }
div.DivClassName
{
background-color: #FAB9C9;
}
.BgClassName
{
background-color: #FAB9C9;
}
</style>
border-color css
<style>
span { border-color: #FAB9C9; }
span { border-color: rgb(250,185,201); }
td.TdClassName
{
border-color: #FAB9C9;
}
.TagClassName
{
border-color: #FAB9C9;
}
</style>