Shades of Cupid #FAB9C8
Tints of Cupid #FAB9C8
RGB
CMYK
RGB Variations
Color information
#FAB9C8 (or 0xFAB9C8) is known color: Cupid. HEX triplet: FA, B9 and C8. RGB value is (250,185,200). Sum of RGB (Red+Green+Blue) = 250+185+200=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9C8 is #054637. Grayscale: #CECECE. Windows color (decimal): -345656 or 13154810. OLE color: 13154810.
HSL color Cylindrical-coordinate representation of color #FAB9C8: hue angle of 346.15º 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 #FAB9C8 is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 200 | - |
| CMYK | 0 | 0.26 | 0.2 | 0.02 |
| HSL | 346.15º | 0.87% | 0.85% | - |
| HSV(B) | 346.15º | 0.26% | 0.98% | - |
| XYZ | 67.2 | 59.19 | 62.53 | - |
| YUV | 206.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 200 | 0 | 0.26 | 0.2 | 0.02 | 346.15 | 0.87 | 0.85 |
| Hex | FA | B9 | C8 | 0 | 1A | 14 | 2 | 15A | 57 | 55 |
| Octal | 372 | 271 | 310 | 0 | 32 | 24 | 2 | 532 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11001000 | 0 | 11010 | 10100 | 10 | 101011010 | 1010111 | 1010101 |
Color Harmonies of #FAB9C8
Complementary color
Monochromatic Colors of #FAB9C8
Black with #FAB9C8
Text Example
Text Example
White with #FAB9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9C8; }
p { color: rgb(250,185,200); }
H1.HeaderClassName
{
color: #FAB9C8;
}
.AnyTagClassName
{
color: #FAB9C8;
}
</style>
background-color css
<style>
a { background-color: #FAB9C8; }
a { background-color: rgb(250,185,200); }
div.DivClassName
{
background-color: #FAB9C8;
}
.BgClassName
{
background-color: #FAB9C8;
}
</style>
border-color css
<style>
span { border-color: #FAB9C8; }
span { border-color: rgb(250,185,200); }
td.TdClassName
{
border-color: #FAB9C8;
}
.TagClassName
{
border-color: #FAB9C8;
}
</style>