Shades of Cupid #FAB7CC
Tints of Cupid #FAB7CC
RGB
CMYK
RGB Variations
Color information
#FAB7CC (or 0xFAB7CC) is known color: Cupid. HEX triplet: FA, B7 and CC. RGB value is (250,183,204). Sum of RGB (Red+Green+Blue) = 250+183+204=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 183 (71.88% from 255 or 28.73% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7CC is #054833. Grayscale: #CDCDCD. Windows color (decimal): -346164 or 13416442. OLE color: 13416442.
HSL color Cylindrical-coordinate representation of color #FAB7CC: hue angle of 341.19º 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 #FAB7CC is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 204 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.02 |
| HSL | 341.19º | 0.87% | 0.85% | - |
| HSV(B) | 341.19º | 0.27% | 0.98% | - |
| XYZ | 67.26 | 58.55 | 64.88 | - |
| YUV | 205.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 204 | 0 | 0.27 | 0.18 | 0.02 | 341.19 | 0.87 | 0.85 |
| Hex | FA | B7 | CC | 0 | 1B | 12 | 2 | 155 | 57 | 55 |
| Octal | 372 | 267 | 314 | 0 | 33 | 22 | 2 | 525 | 127 | 125 |
| Binary | 11111010 | 10110111 | 11001100 | 0 | 11011 | 10010 | 10 | 101010101 | 1010111 | 1010101 |
Color Harmonies of #FAB7CC
Complementary color
Monochromatic Colors of #FAB7CC
Black with #FAB7CC
Text Example
Text Example
White with #FAB7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7CC; }
p { color: rgb(250,183,204); }
H1.HeaderClassName
{
color: #FAB7CC;
}
.AnyTagClassName
{
color: #FAB7CC;
}
</style>
background-color css
<style>
a { background-color: #FAB7CC; }
a { background-color: rgb(250,183,204); }
div.DivClassName
{
background-color: #FAB7CC;
}
.BgClassName
{
background-color: #FAB7CC;
}
</style>
border-color css
<style>
span { border-color: #FAB7CC; }
span { border-color: rgb(250,183,204); }
td.TdClassName
{
border-color: #FAB7CC;
}
.TagClassName
{
border-color: #FAB7CC;
}
</style>