Shades of Cupid #F4B0C4
Tints of Cupid #F4B0C4
RGB
CMYK
RGB Variations
Color information
#F4B0C4 (or 0xF4B0C4) is known color: Cupid. HEX triplet: F4, B0 and C4. RGB value is (244,176,196). Sum of RGB (Red+Green+Blue) = 244+176+196=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0C4 is #0B4F3B. Grayscale: #C6C6C6. Windows color (decimal): -741180 or 12890356. OLE color: 12890356.
HSL color Cylindrical-coordinate representation of color #F4B0C4: hue angle of 342.35º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0C4 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 196 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.04 |
| HSL | 342.35º | 0.76% | 0.82% | - |
| HSV(B) | 342.35º | 0.28% | 0.96% | - |
| XYZ | 62.8 | 54.27 | 59.39 | - |
| YUV | 198.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 196 | 0 | 0.28 | 0.20 | 0.04 | 342.35 | 0.76 | 0.82 |
| Hex | F4 | B0 | C4 | 0 | 1C | 14 | 4 | 156 | 4C | 52 |
| Octal | 364 | 260 | 304 | 0 | 34 | 24 | 4 | 526 | 114 | 122 |
| Binary | 11110100 | 10110000 | 11000100 | 0 | 11100 | 10100 | 100 | 101010110 | 1001100 | 1010010 |
Color Harmonies of #F4B0C4
Complementary color
Monochromatic Colors of #F4B0C4
Black with #F4B0C4
Text Example
Text Example
White with #F4B0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0C4; }
p { color: rgb(244,176,196); }
H1.HeaderClassName
{
color: #F4B0C4;
}
.AnyTagClassName
{
color: #F4B0C4;
}
</style>
background-color css
<style>
a { background-color: #F4B0C4; }
a { background-color: rgb(244,176,196); }
div.DivClassName
{
background-color: #F4B0C4;
}
.BgClassName
{
background-color: #F4B0C4;
}
</style>
border-color css
<style>
span { border-color: #F4B0C4; }
span { border-color: rgb(244,176,196); }
td.TdClassName
{
border-color: #F4B0C4;
}
.TagClassName
{
border-color: #F4B0C4;
}
</style>