Shades of Cupid #F4B4C7
Tints of Cupid #F4B4C7
RGB
CMYK
RGB Variations
Color information
#F4B4C7 (or 0xF4B4C7) is known color: Cupid. HEX triplet: F4, B4 and C7. RGB value is (244,180,199). Sum of RGB (Red+Green+Blue) = 244+180+199=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B4C7 is #0B4B38. Grayscale: #C9C9C9. Windows color (decimal): -740153 or 13087988. OLE color: 13087988.
HSL color Cylindrical-coordinate representation of color #F4B4C7: hue angle of 342.19º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4B4C7 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 180 | 199 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.04 |
| HSL | 342.19º | 0.74% | 0.83% | - |
| HSV(B) | 342.19º | 0.26% | 0.96% | - |
| XYZ | 63.94 | 56 | 61.47 | - |
| YUV | 201.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 180 | 199 | 0 | 0.26 | 0.18 | 0.04 | 342.19 | 0.74 | 0.83 |
| Hex | F4 | B4 | C7 | 0 | 1A | 12 | 4 | 156 | 4A | 53 |
| Octal | 364 | 264 | 307 | 0 | 32 | 22 | 4 | 526 | 112 | 123 |
| Binary | 11110100 | 10110100 | 11000111 | 0 | 11010 | 10010 | 100 | 101010110 | 1001010 | 1010011 |
Color Harmonies of #F4B4C7
Complementary color
Monochromatic Colors of #F4B4C7
Black with #F4B4C7
Text Example
Text Example
White with #F4B4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B4C7; }
p { color: rgb(244,180,199); }
H1.HeaderClassName
{
color: #F4B4C7;
}
.AnyTagClassName
{
color: #F4B4C7;
}
</style>
background-color css
<style>
a { background-color: #F4B4C7; }
a { background-color: rgb(244,180,199); }
div.DivClassName
{
background-color: #F4B4C7;
}
.BgClassName
{
background-color: #F4B4C7;
}
</style>
border-color css
<style>
span { border-color: #F4B4C7; }
span { border-color: rgb(244,180,199); }
td.TdClassName
{
border-color: #F4B4C7;
}
.TagClassName
{
border-color: #F4B4C7;
}
</style>