Shades of Cupid #F2B5CA
Tints of Cupid #F2B5CA
RGB
CMYK
RGB Variations
Color information
#F2B5CA (or 0xF2B5CA) is known color: Cupid. HEX triplet: F2, B5 and CA. RGB value is (242,181,202). Sum of RGB (Red+Green+Blue) = 242+181+202=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5CA is #0D4A35. Grayscale: #C9C9C9. Windows color (decimal): -870966 or 13284850. OLE color: 13284850.
HSL color Cylindrical-coordinate representation of color #F2B5CA: hue angle of 339.34º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5CA is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 202 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.05 |
| HSL | 339.34º | 0.7% | 0.83% | - |
| HSV(B) | 339.34º | 0.25% | 0.95% | - |
| XYZ | 63.8 | 56.19 | 63.36 | - |
| YUV | 201.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 202 | 0 | 0.25 | 0.17 | 0.05 | 339.34 | 0.7 | 0.83 |
| Hex | F2 | B5 | CA | 0 | 19 | 11 | 5 | 153 | 46 | 53 |
| Octal | 362 | 265 | 312 | 0 | 31 | 21 | 5 | 523 | 106 | 123 |
| Binary | 11110010 | 10110101 | 11001010 | 0 | 11001 | 10001 | 101 | 101010011 | 1000110 | 1010011 |
Color Harmonies of #F2B5CA
Complementary color
Monochromatic Colors of #F2B5CA
Black with #F2B5CA
Text Example
Text Example
White with #F2B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B5CA; }
p { color: rgb(242,181,202); }
H1.HeaderClassName
{
color: #F2B5CA;
}
.AnyTagClassName
{
color: #F2B5CA;
}
</style>
background-color css
<style>
a { background-color: #F2B5CA; }
a { background-color: rgb(242,181,202); }
div.DivClassName
{
background-color: #F2B5CA;
}
.BgClassName
{
background-color: #F2B5CA;
}
</style>
border-color css
<style>
span { border-color: #F2B5CA; }
span { border-color: rgb(242,181,202); }
td.TdClassName
{
border-color: #F2B5CA;
}
.TagClassName
{
border-color: #F2B5CA;
}
</style>