Shades of Cupid #F4B0C7
Tints of Cupid #F4B0C7
RGB
CMYK
RGB Variations
Color information
#F4B0C7 (or 0xF4B0C7) is known color: Cupid. HEX triplet: F4, B0 and C7. RGB value is (244,176,199). Sum of RGB (Red+Green+Blue) = 244+176+199=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0C7 is #0B4F38. Grayscale: #C6C6C6. Windows color (decimal): -741177 or 13086964. OLE color: 13086964.
HSL color Cylindrical-coordinate representation of color #F4B0C7: hue angle of 339.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0C7 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 199 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.04 |
| HSL | 339.71º | 0.76% | 0.82% | - |
| HSV(B) | 339.71º | 0.28% | 0.96% | - |
| XYZ | 63.14 | 54.41 | 61.21 | - |
| YUV | 198.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 199 | 0 | 0.28 | 0.18 | 0.04 | 339.71 | 0.76 | 0.82 |
| Hex | F4 | B0 | C7 | 0 | 1C | 12 | 4 | 154 | 4C | 52 |
| Octal | 364 | 260 | 307 | 0 | 34 | 22 | 4 | 524 | 114 | 122 |
| Binary | 11110100 | 10110000 | 11000111 | 0 | 11100 | 10010 | 100 | 101010100 | 1001100 | 1010010 |
Color Harmonies of #F4B0C7
Complementary color
Monochromatic Colors of #F4B0C7
Black with #F4B0C7
Text Example
Text Example
White with #F4B0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0C7; }
p { color: rgb(244,176,199); }
H1.HeaderClassName
{
color: #F4B0C7;
}
.AnyTagClassName
{
color: #F4B0C7;
}
</style>
background-color css
<style>
a { background-color: #F4B0C7; }
a { background-color: rgb(244,176,199); }
div.DivClassName
{
background-color: #F4B0C7;
}
.BgClassName
{
background-color: #F4B0C7;
}
</style>
border-color css
<style>
span { border-color: #F4B0C7; }
span { border-color: rgb(244,176,199); }
td.TdClassName
{
border-color: #F4B0C7;
}
.TagClassName
{
border-color: #F4B0C7;
}
</style>