Shades of Cupid #F4B8C5
Tints of Cupid #F4B8C5
RGB
CMYK
RGB Variations
Color information
#F4B8C5 (or 0xF4B8C5) is known color: Cupid. HEX triplet: F4, B8 and C5. RGB value is (244,184,197). Sum of RGB (Red+Green+Blue) = 244+184+197=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B8C5 is #0B473A. Grayscale: #CBCBCB. Windows color (decimal): -739131 or 12957940. OLE color: 12957940.
HSL color Cylindrical-coordinate representation of color #F4B8C5: hue angle of 347º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4B8C5 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 197 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.04 |
| HSL | 347º | 0.73% | 0.84% | - |
| HSV(B) | 347º | 0.25% | 0.96% | - |
| XYZ | 64.53 | 57.55 | 60.53 | - |
| YUV | 203.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 197 | 0 | 0.25 | 0.19 | 0.04 | 347 | 0.73 | 0.84 |
| Hex | F4 | B8 | C5 | 0 | 19 | 13 | 4 | 15B | 49 | 54 |
| Octal | 364 | 270 | 305 | 0 | 31 | 23 | 4 | 533 | 111 | 124 |
| Binary | 11110100 | 10111000 | 11000101 | 0 | 11001 | 10011 | 100 | 101011011 | 1001001 | 1010100 |
Color Harmonies of #F4B8C5
Complementary color
Monochromatic Colors of #F4B8C5
Black with #F4B8C5
Text Example
Text Example
White with #F4B8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B8C5; }
p { color: rgb(244,184,197); }
H1.HeaderClassName
{
color: #F4B8C5;
}
.AnyTagClassName
{
color: #F4B8C5;
}
</style>
background-color css
<style>
a { background-color: #F4B8C5; }
a { background-color: rgb(244,184,197); }
div.DivClassName
{
background-color: #F4B8C5;
}
.BgClassName
{
background-color: #F4B8C5;
}
</style>
border-color css
<style>
span { border-color: #F4B8C5; }
span { border-color: rgb(244,184,197); }
td.TdClassName
{
border-color: #F4B8C5;
}
.TagClassName
{
border-color: #F4B8C5;
}
</style>