Shades of Cupid #F4B6C8
Tints of Cupid #F4B6C8
RGB
CMYK
RGB Variations
Color information
#F4B6C8 (or 0xF4B6C8) is known color: Cupid. HEX triplet: F4, B6 and C8. RGB value is (244,182,200). Sum of RGB (Red+Green+Blue) = 244+182+200=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B6C8 is #0B4937. Grayscale: #CACACA. Windows color (decimal): -739640 or 13154036. OLE color: 13154036.
HSL color Cylindrical-coordinate representation of color #F4B6C8: hue angle of 342.58º degrees, saturation: 0.74, 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 #F4B6C8 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 182 | 200 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.04 |
| HSL | 342.58º | 0.74% | 0.84% | - |
| HSV(B) | 342.58º | 0.25% | 0.96% | - |
| XYZ | 64.46 | 56.86 | 62.22 | - |
| YUV | 202.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 182 | 200 | 0 | 0.25 | 0.18 | 0.04 | 342.58 | 0.74 | 0.84 |
| Hex | F4 | B6 | C8 | 0 | 19 | 12 | 4 | 157 | 4A | 54 |
| Octal | 364 | 266 | 310 | 0 | 31 | 22 | 4 | 527 | 112 | 124 |
| Binary | 11110100 | 10110110 | 11001000 | 0 | 11001 | 10010 | 100 | 101010111 | 1001010 | 1010100 |
Color Harmonies of #F4B6C8
Complementary color
Monochromatic Colors of #F4B6C8
Black with #F4B6C8
Text Example
Text Example
White with #F4B6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B6C8; }
p { color: rgb(244,182,200); }
H1.HeaderClassName
{
color: #F4B6C8;
}
.AnyTagClassName
{
color: #F4B6C8;
}
</style>
background-color css
<style>
a { background-color: #F4B6C8; }
a { background-color: rgb(244,182,200); }
div.DivClassName
{
background-color: #F4B6C8;
}
.BgClassName
{
background-color: #F4B6C8;
}
</style>
border-color css
<style>
span { border-color: #F4B6C8; }
span { border-color: rgb(244,182,200); }
td.TdClassName
{
border-color: #F4B6C8;
}
.TagClassName
{
border-color: #F4B6C8;
}
</style>