Shades of Cupid #F4B6C1
Tints of Cupid #F4B6C1
RGB
CMYK
RGB Variations
Color information
#F4B6C1 (or 0xF4B6C1) is known color: Cupid. HEX triplet: F4, B6 and C1. RGB value is (244,182,193). Sum of RGB (Red+Green+Blue) = 244+182+193=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B6C1 is #0B493E. Grayscale: #C9C9C9. Windows color (decimal): -739647 or 12695284. OLE color: 12695284.
HSL color Cylindrical-coordinate representation of color #F4B6C1: hue angle of 349.35º 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 #F4B6C1 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 182 | 193 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.04 |
| HSL | 349.35º | 0.74% | 0.84% | - |
| HSV(B) | 349.35º | 0.25% | 0.96% | - |
| XYZ | 63.66 | 56.54 | 58.01 | - |
| YUV | 201.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 182 | 193 | 0 | 0.25 | 0.21 | 0.04 | 349.35 | 0.74 | 0.84 |
| Hex | F4 | B6 | C1 | 0 | 19 | 15 | 4 | 15D | 4A | 54 |
| Octal | 364 | 266 | 301 | 0 | 31 | 25 | 4 | 535 | 112 | 124 |
| Binary | 11110100 | 10110110 | 11000001 | 0 | 11001 | 10101 | 100 | 101011101 | 1001010 | 1010100 |
Color Harmonies of #F4B6C1
Complementary color
Monochromatic Colors of #F4B6C1
Black with #F4B6C1
Text Example
Text Example
White with #F4B6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B6C1; }
p { color: rgb(244,182,193); }
H1.HeaderClassName
{
color: #F4B6C1;
}
.AnyTagClassName
{
color: #F4B6C1;
}
</style>
background-color css
<style>
a { background-color: #F4B6C1; }
a { background-color: rgb(244,182,193); }
div.DivClassName
{
background-color: #F4B6C1;
}
.BgClassName
{
background-color: #F4B6C1;
}
</style>
border-color css
<style>
span { border-color: #F4B6C1; }
span { border-color: rgb(244,182,193); }
td.TdClassName
{
border-color: #F4B6C1;
}
.TagClassName
{
border-color: #F4B6C1;
}
</style>