Shades of Cupid #F4B8C8
Tints of Cupid #F4B8C8
RGB
CMYK
RGB Variations
Color information
#F4B8C8 (or 0xF4B8C8) is known color: Cupid. HEX triplet: F4, B8 and C8. RGB value is (244,184,200). Sum of RGB (Red+Green+Blue) = 244+184+200=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B8C8 is #0B4737. Grayscale: #CBCBCB. Windows color (decimal): -739128 or 13154548. OLE color: 13154548.
HSL color Cylindrical-coordinate representation of color #F4B8C8: hue angle of 344º 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 #F4B8C8 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 200 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.04 |
| HSL | 344º | 0.73% | 0.84% | - |
| HSV(B) | 344º | 0.25% | 0.96% | - |
| XYZ | 64.87 | 57.68 | 62.36 | - |
| YUV | 203.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 200 | 0 | 0.25 | 0.18 | 0.04 | 344 | 0.73 | 0.84 |
| Hex | F4 | B8 | C8 | 0 | 19 | 12 | 4 | 158 | 49 | 54 |
| Octal | 364 | 270 | 310 | 0 | 31 | 22 | 4 | 530 | 111 | 124 |
| Binary | 11110100 | 10111000 | 11001000 | 0 | 11001 | 10010 | 100 | 101011000 | 1001001 | 1010100 |
Color Harmonies of #F4B8C8
Complementary color
Monochromatic Colors of #F4B8C8
Black with #F4B8C8
Text Example
Text Example
White with #F4B8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B8C8; }
p { color: rgb(244,184,200); }
H1.HeaderClassName
{
color: #F4B8C8;
}
.AnyTagClassName
{
color: #F4B8C8;
}
</style>
background-color css
<style>
a { background-color: #F4B8C8; }
a { background-color: rgb(244,184,200); }
div.DivClassName
{
background-color: #F4B8C8;
}
.BgClassName
{
background-color: #F4B8C8;
}
</style>
border-color css
<style>
span { border-color: #F4B8C8; }
span { border-color: rgb(244,184,200); }
td.TdClassName
{
border-color: #F4B8C8;
}
.TagClassName
{
border-color: #F4B8C8;
}
</style>