Shades of Cupid #FAB3C9
Tints of Cupid #FAB3C9
RGB
CMYK
RGB Variations
Color information
#FAB3C9 (or 0xFAB3C9) is known color: Cupid. HEX triplet: FA, B3 and C9. RGB value is (250,179,201). Sum of RGB (Red+Green+Blue) = 250+179+201=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3C9 is #054C36. Grayscale: #CACACA. Windows color (decimal): -347191 or 13218810. OLE color: 13218810.
HSL color Cylindrical-coordinate representation of color #FAB3C9: hue angle of 341.41º 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 #FAB3C9 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 201 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.02 |
| HSL | 341.41º | 0.88% | 0.84% | - |
| HSV(B) | 341.41º | 0.28% | 0.98% | - |
| XYZ | 66.09 | 56.78 | 62.74 | - |
| YUV | 202.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 201 | 0 | 0.28 | 0.20 | 0.02 | 341.41 | 0.88 | 0.84 |
| Hex | FA | B3 | C9 | 0 | 1C | 14 | 2 | 155 | 58 | 54 |
| Octal | 372 | 263 | 311 | 0 | 34 | 24 | 2 | 525 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11001001 | 0 | 11100 | 10100 | 10 | 101010101 | 1011000 | 1010100 |
Color Harmonies of #FAB3C9
Complementary color
Monochromatic Colors of #FAB3C9
Black with #FAB3C9
Text Example
Text Example
White with #FAB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3C9; }
p { color: rgb(250,179,201); }
H1.HeaderClassName
{
color: #FAB3C9;
}
.AnyTagClassName
{
color: #FAB3C9;
}
</style>
background-color css
<style>
a { background-color: #FAB3C9; }
a { background-color: rgb(250,179,201); }
div.DivClassName
{
background-color: #FAB3C9;
}
.BgClassName
{
background-color: #FAB3C9;
}
</style>
border-color css
<style>
span { border-color: #FAB3C9; }
span { border-color: rgb(250,179,201); }
td.TdClassName
{
border-color: #FAB3C9;
}
.TagClassName
{
border-color: #FAB3C9;
}
</style>