Shades of Cupid #FAB5CA
Tints of Cupid #FAB5CA
RGB
CMYK
RGB Variations
Color information
#FAB5CA (or 0xFAB5CA) is known color: Cupid. HEX triplet: FA, B5 and CA. RGB value is (250,181,202). Sum of RGB (Red+Green+Blue) = 250+181+202=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5CA is #054A35. Grayscale: #CCCCCC. Windows color (decimal): -346678 or 13284858. OLE color: 13284858.
HSL color Cylindrical-coordinate representation of color #FAB5CA: hue angle of 341.74º 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 #FAB5CA is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 202 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.02 |
| HSL | 341.74º | 0.87% | 0.85% | - |
| HSV(B) | 341.74º | 0.28% | 0.98% | - |
| XYZ | 66.61 | 57.64 | 63.49 | - |
| YUV | 204.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 202 | 0 | 0.28 | 0.19 | 0.02 | 341.74 | 0.87 | 0.85 |
| Hex | FA | B5 | CA | 0 | 1C | 13 | 2 | 156 | 57 | 55 |
| Octal | 372 | 265 | 312 | 0 | 34 | 23 | 2 | 526 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11001010 | 0 | 11100 | 10011 | 10 | 101010110 | 1010111 | 1010101 |
Color Harmonies of #FAB5CA
Complementary color
Monochromatic Colors of #FAB5CA
Black with #FAB5CA
Text Example
Text Example
White with #FAB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5CA; }
p { color: rgb(250,181,202); }
H1.HeaderClassName
{
color: #FAB5CA;
}
.AnyTagClassName
{
color: #FAB5CA;
}
</style>
background-color css
<style>
a { background-color: #FAB5CA; }
a { background-color: rgb(250,181,202); }
div.DivClassName
{
background-color: #FAB5CA;
}
.BgClassName
{
background-color: #FAB5CA;
}
</style>
border-color css
<style>
span { border-color: #FAB5CA; }
span { border-color: rgb(250,181,202); }
td.TdClassName
{
border-color: #FAB5CA;
}
.TagClassName
{
border-color: #FAB5CA;
}
</style>