Shades of Cupid #F0B2CA
Tints of Cupid #F0B2CA
RGB
CMYK
RGB Variations
Color information
#F0B2CA (or 0xF0B2CA) is known color: Cupid. HEX triplet: F0, B2 and CA. RGB value is (240,178,202). Sum of RGB (Red+Green+Blue) = 240+178+202=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2CA is #0F4D35. Grayscale: #C7C7C7. Windows color (decimal): -1002806 or 13284080. OLE color: 13284080.
HSL color Cylindrical-coordinate representation of color #F0B2CA: hue angle of 336.77º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B2CA is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 202 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.06 |
| HSL | 336.77º | 0.67% | 0.82% | - |
| HSV(B) | 336.77º | 0.26% | 0.94% | - |
| XYZ | 62.52 | 54.63 | 63.13 | - |
| YUV | 199.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 202 | 0 | 0.26 | 0.16 | 0.06 | 336.77 | 0.67 | 0.82 |
| Hex | F0 | B2 | CA | 0 | 1A | 10 | 6 | 151 | 43 | 52 |
| Octal | 360 | 262 | 312 | 0 | 32 | 20 | 6 | 521 | 103 | 122 |
| Binary | 11110000 | 10110010 | 11001010 | 0 | 11010 | 10000 | 110 | 101010001 | 1000011 | 1010010 |
Color Harmonies of #F0B2CA
Complementary color
Monochromatic Colors of #F0B2CA
Black with #F0B2CA
Text Example
Text Example
White with #F0B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2CA; }
p { color: rgb(240,178,202); }
H1.HeaderClassName
{
color: #F0B2CA;
}
.AnyTagClassName
{
color: #F0B2CA;
}
</style>
background-color css
<style>
a { background-color: #F0B2CA; }
a { background-color: rgb(240,178,202); }
div.DivClassName
{
background-color: #F0B2CA;
}
.BgClassName
{
background-color: #F0B2CA;
}
</style>
border-color css
<style>
span { border-color: #F0B2CA; }
span { border-color: rgb(240,178,202); }
td.TdClassName
{
border-color: #F0B2CA;
}
.TagClassName
{
border-color: #F0B2CA;
}
</style>