Shades of Cupid #FAB5C8
Tints of Cupid #FAB5C8
RGB
CMYK
RGB Variations
Color information
#FAB5C8 (or 0xFAB5C8) is known color: Cupid. HEX triplet: FA, B5 and C8. RGB value is (250,181,200). Sum of RGB (Red+Green+Blue) = 250+181+200=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5C8 is #054A37. Grayscale: #CBCBCB. Windows color (decimal): -346680 or 13153786. OLE color: 13153786.
HSL color Cylindrical-coordinate representation of color #FAB5C8: hue angle of 343.48º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5C8 is Cyan = 0, Magento = 0.28, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 200 | - |
| CMYK | 0 | 0.28 | 0.2 | 0.02 |
| HSL | 343.48º | 0.87% | 0.85% | - |
| HSV(B) | 343.48º | 0.28% | 0.98% | - |
| XYZ | 66.37 | 57.54 | 62.25 | - |
| YUV | 203.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 200 | 0 | 0.28 | 0.2 | 0.02 | 343.48 | 0.87 | 0.85 |
| Hex | FA | B5 | C8 | 0 | 1C | 14 | 2 | 157 | 57 | 55 |
| Octal | 372 | 265 | 310 | 0 | 34 | 24 | 2 | 527 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11001000 | 0 | 11100 | 10100 | 10 | 101010111 | 1010111 | 1010101 |
Color Harmonies of #FAB5C8
Complementary color
Monochromatic Colors of #FAB5C8
Black with #FAB5C8
Text Example
Text Example
White with #FAB5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5C8; }
p { color: rgb(250,181,200); }
H1.HeaderClassName
{
color: #FAB5C8;
}
.AnyTagClassName
{
color: #FAB5C8;
}
</style>
background-color css
<style>
a { background-color: #FAB5C8; }
a { background-color: rgb(250,181,200); }
div.DivClassName
{
background-color: #FAB5C8;
}
.BgClassName
{
background-color: #FAB5C8;
}
</style>
border-color css
<style>
span { border-color: #FAB5C8; }
span { border-color: rgb(250,181,200); }
td.TdClassName
{
border-color: #FAB5C8;
}
.TagClassName
{
border-color: #FAB5C8;
}
</style>