Shades of Cupid #FAB7C7
Tints of Cupid #FAB7C7
RGB
CMYK
RGB Variations
Color information
#FAB7C7 (or 0xFAB7C7) is known color: Cupid. HEX triplet: FA, B7 and C7. RGB value is (250,183,199). Sum of RGB (Red+Green+Blue) = 250+183+199=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7C7 is #054838. Grayscale: #CCCCCC. Windows color (decimal): -346169 or 13088762. OLE color: 13088762.
HSL color Cylindrical-coordinate representation of color #FAB7C7: hue angle of 345.67º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7C7 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 199 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.02 |
| HSL | 345.67º | 0.87% | 0.85% | - |
| HSV(B) | 345.67º | 0.27% | 0.98% | - |
| XYZ | 66.67 | 58.31 | 61.77 | - |
| YUV | 204.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 199 | 0 | 0.27 | 0.20 | 0.02 | 345.67 | 0.87 | 0.85 |
| Hex | FA | B7 | C7 | 0 | 1B | 14 | 2 | 15A | 57 | 55 |
| Octal | 372 | 267 | 307 | 0 | 33 | 24 | 2 | 532 | 127 | 125 |
| Binary | 11111010 | 10110111 | 11000111 | 0 | 11011 | 10100 | 10 | 101011010 | 1010111 | 1010101 |
Color Harmonies of #FAB7C7
Complementary color
Monochromatic Colors of #FAB7C7
Black with #FAB7C7
Text Example
Text Example
White with #FAB7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7C7; }
p { color: rgb(250,183,199); }
H1.HeaderClassName
{
color: #FAB7C7;
}
.AnyTagClassName
{
color: #FAB7C7;
}
</style>
background-color css
<style>
a { background-color: #FAB7C7; }
a { background-color: rgb(250,183,199); }
div.DivClassName
{
background-color: #FAB7C7;
}
.BgClassName
{
background-color: #FAB7C7;
}
</style>
border-color css
<style>
span { border-color: #FAB7C7; }
span { border-color: rgb(250,183,199); }
td.TdClassName
{
border-color: #FAB7C7;
}
.TagClassName
{
border-color: #FAB7C7;
}
</style>