Shades of Cupid #FAB4CA
Tints of Cupid #FAB4CA
RGB
CMYK
RGB Variations
Color information
#FAB4CA (or 0xFAB4CA) is known color: Cupid. HEX triplet: FA, B4 and CA. RGB value is (250,180,202). Sum of RGB (Red+Green+Blue) = 250+180+202=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4CA is #054B35. Grayscale: #CBCBCB. Windows color (decimal): -346934 or 13284602. OLE color: 13284602.
HSL color Cylindrical-coordinate representation of color #FAB4CA: hue angle of 341.14º 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 #FAB4CA is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 202 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.02 |
| HSL | 341.14º | 0.88% | 0.84% | - |
| HSV(B) | 341.14º | 0.28% | 0.98% | - |
| XYZ | 66.41 | 57.23 | 63.42 | - |
| YUV | 203.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 202 | 0 | 0.28 | 0.19 | 0.02 | 341.14 | 0.88 | 0.84 |
| Hex | FA | B4 | CA | 0 | 1C | 13 | 2 | 155 | 58 | 54 |
| Octal | 372 | 264 | 312 | 0 | 34 | 23 | 2 | 525 | 130 | 124 |
| Binary | 11111010 | 10110100 | 11001010 | 0 | 11100 | 10011 | 10 | 101010101 | 1011000 | 1010100 |
Color Harmonies of #FAB4CA
Complementary color
Monochromatic Colors of #FAB4CA
Black with #FAB4CA
Text Example
Text Example
White with #FAB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4CA; }
p { color: rgb(250,180,202); }
H1.HeaderClassName
{
color: #FAB4CA;
}
.AnyTagClassName
{
color: #FAB4CA;
}
</style>
background-color css
<style>
a { background-color: #FAB4CA; }
a { background-color: rgb(250,180,202); }
div.DivClassName
{
background-color: #FAB4CA;
}
.BgClassName
{
background-color: #FAB4CA;
}
</style>
border-color css
<style>
span { border-color: #FAB4CA; }
span { border-color: rgb(250,180,202); }
td.TdClassName
{
border-color: #FAB4CA;
}
.TagClassName
{
border-color: #FAB4CA;
}
</style>