Shades of Cupid #FAB4C9
Tints of Cupid #FAB4C9
RGB
CMYK
RGB Variations
Color information
#FAB4C9 (or 0xFAB4C9) is known color: Cupid. HEX triplet: FA, B4 and C9. RGB value is (250,180,201). Sum of RGB (Red+Green+Blue) = 250+180+201=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4C9 is #054B36. Grayscale: #CBCBCB. Windows color (decimal): -346935 or 13219066. OLE color: 13219066.
HSL color Cylindrical-coordinate representation of color #FAB4C9: hue angle of 342º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB4C9 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 201 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.02 |
| HSL | 342º | 0.88% | 0.84% | - |
| HSV(B) | 342º | 0.28% | 0.98% | - |
| XYZ | 66.29 | 57.18 | 62.8 | - |
| YUV | 203.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 201 | 0 | 0.28 | 0.20 | 0.02 | 342 | 0.88 | 0.84 |
| Hex | FA | B4 | C9 | 0 | 1C | 14 | 2 | 156 | 58 | 54 |
| Octal | 372 | 264 | 311 | 0 | 34 | 24 | 2 | 526 | 130 | 124 |
| Binary | 11111010 | 10110100 | 11001001 | 0 | 11100 | 10100 | 10 | 101010110 | 1011000 | 1010100 |
Color Harmonies of #FAB4C9
Complementary color
Monochromatic Colors of #FAB4C9
Black with #FAB4C9
Text Example
Text Example
White with #FAB4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4C9; }
p { color: rgb(250,180,201); }
H1.HeaderClassName
{
color: #FAB4C9;
}
.AnyTagClassName
{
color: #FAB4C9;
}
</style>
background-color css
<style>
a { background-color: #FAB4C9; }
a { background-color: rgb(250,180,201); }
div.DivClassName
{
background-color: #FAB4C9;
}
.BgClassName
{
background-color: #FAB4C9;
}
</style>
border-color css
<style>
span { border-color: #FAB4C9; }
span { border-color: rgb(250,180,201); }
td.TdClassName
{
border-color: #FAB4C9;
}
.TagClassName
{
border-color: #FAB4C9;
}
</style>