Shades of Cupid #F4B5CA
Tints of Cupid #F4B5CA
RGB
CMYK
RGB Variations
Color information
#F4B5CA (or 0xF4B5CA) is known color: Cupid. HEX triplet: F4, B5 and CA. RGB value is (244,181,202). Sum of RGB (Red+Green+Blue) = 244+181+202=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B5CA is #0B4A35. Grayscale: #CACACA. Windows color (decimal): -739894 or 13284852. OLE color: 13284852.
HSL color Cylindrical-coordinate representation of color #F4B5CA: hue angle of 340º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4B5CA is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 202 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.04 |
| HSL | 340º | 0.74% | 0.83% | - |
| HSV(B) | 340º | 0.26% | 0.96% | - |
| XYZ | 64.49 | 56.55 | 63.39 | - |
| YUV | 202.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 202 | 0 | 0.26 | 0.17 | 0.04 | 340 | 0.74 | 0.83 |
| Hex | F4 | B5 | CA | 0 | 1A | 11 | 4 | 154 | 4A | 53 |
| Octal | 364 | 265 | 312 | 0 | 32 | 21 | 4 | 524 | 112 | 123 |
| Binary | 11110100 | 10110101 | 11001010 | 0 | 11010 | 10001 | 100 | 101010100 | 1001010 | 1010011 |
Color Harmonies of #F4B5CA
Complementary color
Monochromatic Colors of #F4B5CA
Black with #F4B5CA
Text Example
Text Example
White with #F4B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B5CA; }
p { color: rgb(244,181,202); }
H1.HeaderClassName
{
color: #F4B5CA;
}
.AnyTagClassName
{
color: #F4B5CA;
}
</style>
background-color css
<style>
a { background-color: #F4B5CA; }
a { background-color: rgb(244,181,202); }
div.DivClassName
{
background-color: #F4B5CA;
}
.BgClassName
{
background-color: #F4B5CA;
}
</style>
border-color css
<style>
span { border-color: #F4B5CA; }
span { border-color: rgb(244,181,202); }
td.TdClassName
{
border-color: #F4B5CA;
}
.TagClassName
{
border-color: #F4B5CA;
}
</style>