Shades of Cupid #F4B9C4
Tints of Cupid #F4B9C4
RGB
CMYK
RGB Variations
Color information
#F4B9C4 (or 0xF4B9C4) is known color: Cupid. HEX triplet: F4, B9 and C4. RGB value is (244,185,196). Sum of RGB (Red+Green+Blue) = 244+185+196=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B9C4 is #0B463B. Grayscale: #CBCBCB. Windows color (decimal): -738876 or 12892660. OLE color: 12892660.
HSL color Cylindrical-coordinate representation of color #F4B9C4: hue angle of 348.81º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4B9C4 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 185 | 196 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.04 |
| HSL | 348.81º | 0.73% | 0.84% | - |
| HSV(B) | 348.81º | 0.24% | 0.96% | - |
| XYZ | 64.62 | 57.92 | 60 | - |
| YUV | 203.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 185 | 196 | 0 | 0.24 | 0.20 | 0.04 | 348.81 | 0.73 | 0.84 |
| Hex | F4 | B9 | C4 | 0 | 18 | 14 | 4 | 15D | 49 | 54 |
| Octal | 364 | 271 | 304 | 0 | 30 | 24 | 4 | 535 | 111 | 124 |
| Binary | 11110100 | 10111001 | 11000100 | 0 | 11000 | 10100 | 100 | 101011101 | 1001001 | 1010100 |
Color Harmonies of #F4B9C4
Complementary color
Monochromatic Colors of #F4B9C4
Black with #F4B9C4
Text Example
Text Example
White with #F4B9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B9C4; }
p { color: rgb(244,185,196); }
H1.HeaderClassName
{
color: #F4B9C4;
}
.AnyTagClassName
{
color: #F4B9C4;
}
</style>
background-color css
<style>
a { background-color: #F4B9C4; }
a { background-color: rgb(244,185,196); }
div.DivClassName
{
background-color: #F4B9C4;
}
.BgClassName
{
background-color: #F4B9C4;
}
</style>
border-color css
<style>
span { border-color: #F4B9C4; }
span { border-color: rgb(244,185,196); }
td.TdClassName
{
border-color: #F4B9C4;
}
.TagClassName
{
border-color: #F4B9C4;
}
</style>