Shades of Cupid #FAB5C4
Tints of Cupid #FAB5C4
RGB
CMYK
RGB Variations
Color information
#FAB5C4 (or 0xFAB5C4) is known color: Cupid. HEX triplet: FA, B5 and C4. RGB value is (250,181,196). Sum of RGB (Red+Green+Blue) = 250+181+196=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5C4 is #054A3B. Grayscale: #CBCBCB. Windows color (decimal): -346684 or 12891642. OLE color: 12891642.
HSL color Cylindrical-coordinate representation of color #FAB5C4: hue angle of 346.96º 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 #FAB5C4 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 196 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.02 |
| HSL | 346.96º | 0.87% | 0.85% | - |
| HSV(B) | 346.96º | 0.28% | 0.98% | - |
| XYZ | 65.91 | 57.36 | 59.82 | - |
| YUV | 203.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 196 | 0 | 0.28 | 0.22 | 0.02 | 346.96 | 0.87 | 0.85 |
| Hex | FA | B5 | C4 | 0 | 1C | 16 | 2 | 15B | 57 | 55 |
| Octal | 372 | 265 | 304 | 0 | 34 | 26 | 2 | 533 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11000100 | 0 | 11100 | 10110 | 10 | 101011011 | 1010111 | 1010101 |
Color Harmonies of #FAB5C4
Complementary color
Monochromatic Colors of #FAB5C4
Black with #FAB5C4
Text Example
Text Example
White with #FAB5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5C4; }
p { color: rgb(250,181,196); }
H1.HeaderClassName
{
color: #FAB5C4;
}
.AnyTagClassName
{
color: #FAB5C4;
}
</style>
background-color css
<style>
a { background-color: #FAB5C4; }
a { background-color: rgb(250,181,196); }
div.DivClassName
{
background-color: #FAB5C4;
}
.BgClassName
{
background-color: #FAB5C4;
}
</style>
border-color css
<style>
span { border-color: #FAB5C4; }
span { border-color: rgb(250,181,196); }
td.TdClassName
{
border-color: #FAB5C4;
}
.TagClassName
{
border-color: #FAB5C4;
}
</style>