Shades of Cupid #F4B3C4
Tints of Cupid #F4B3C4
RGB
CMYK
RGB Variations
Color information
#F4B3C4 (or 0xF4B3C4) is known color: Cupid. HEX triplet: F4, B3 and C4. RGB value is (244,179,196). Sum of RGB (Red+Green+Blue) = 244+179+196=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B3C4 is #0B4C3B. Grayscale: #C8C8C8. Windows color (decimal): -740412 or 12891124. OLE color: 12891124.
HSL color Cylindrical-coordinate representation of color #F4B3C4: hue angle of 344.31º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B3C4 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 196 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.04 |
| HSL | 344.31º | 0.75% | 0.83% | - |
| HSV(B) | 344.31º | 0.27% | 0.96% | - |
| XYZ | 63.39 | 55.46 | 59.59 | - |
| YUV | 200.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 196 | 0 | 0.27 | 0.20 | 0.04 | 344.31 | 0.75 | 0.83 |
| Hex | F4 | B3 | C4 | 0 | 1B | 14 | 4 | 158 | 4B | 53 |
| Octal | 364 | 263 | 304 | 0 | 33 | 24 | 4 | 530 | 113 | 123 |
| Binary | 11110100 | 10110011 | 11000100 | 0 | 11011 | 10100 | 100 | 101011000 | 1001011 | 1010011 |
Color Harmonies of #F4B3C4
Complementary color
Monochromatic Colors of #F4B3C4
Black with #F4B3C4
Text Example
Text Example
White with #F4B3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B3C4; }
p { color: rgb(244,179,196); }
H1.HeaderClassName
{
color: #F4B3C4;
}
.AnyTagClassName
{
color: #F4B3C4;
}
</style>
background-color css
<style>
a { background-color: #F4B3C4; }
a { background-color: rgb(244,179,196); }
div.DivClassName
{
background-color: #F4B3C4;
}
.BgClassName
{
background-color: #F4B3C4;
}
</style>
border-color css
<style>
span { border-color: #F4B3C4; }
span { border-color: rgb(244,179,196); }
td.TdClassName
{
border-color: #F4B3C4;
}
.TagClassName
{
border-color: #F4B3C4;
}
</style>