Shades of Cupid #FAB4C5
Tints of Cupid #FAB4C5
RGB
CMYK
RGB Variations
Color information
#FAB4C5 (or 0xFAB4C5) is known color: Cupid. HEX triplet: FA, B4 and C5. RGB value is (250,180,197). Sum of RGB (Red+Green+Blue) = 250+180+197=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4C5 is #054B3A. Grayscale: #CACACA. Windows color (decimal): -346939 or 12956922. OLE color: 12956922.
HSL color Cylindrical-coordinate representation of color #FAB4C5: hue angle of 345.43º 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 #FAB4C5 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 197 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.02 |
| HSL | 345.43º | 0.88% | 0.84% | - |
| HSV(B) | 345.43º | 0.28% | 0.98% | - |
| XYZ | 65.82 | 57 | 60.36 | - |
| YUV | 202.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 197 | 0 | 0.28 | 0.21 | 0.02 | 345.43 | 0.88 | 0.84 |
| Hex | FA | B4 | C5 | 0 | 1C | 15 | 2 | 159 | 58 | 54 |
| Octal | 372 | 264 | 305 | 0 | 34 | 25 | 2 | 531 | 130 | 124 |
| Binary | 11111010 | 10110100 | 11000101 | 0 | 11100 | 10101 | 10 | 101011001 | 1011000 | 1010100 |
Color Harmonies of #FAB4C5
Complementary color
Monochromatic Colors of #FAB4C5
Black with #FAB4C5
Text Example
Text Example
White with #FAB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4C5; }
p { color: rgb(250,180,197); }
H1.HeaderClassName
{
color: #FAB4C5;
}
.AnyTagClassName
{
color: #FAB4C5;
}
</style>
background-color css
<style>
a { background-color: #FAB4C5; }
a { background-color: rgb(250,180,197); }
div.DivClassName
{
background-color: #FAB4C5;
}
.BgClassName
{
background-color: #FAB4C5;
}
</style>
border-color css
<style>
span { border-color: #FAB4C5; }
span { border-color: rgb(250,180,197); }
td.TdClassName
{
border-color: #FAB4C5;
}
.TagClassName
{
border-color: #FAB4C5;
}
</style>