Shades of Cupid #F2B2CA
Tints of Cupid #F2B2CA
RGB
CMYK
RGB Variations
Color information
#F2B2CA (or 0xF2B2CA) is known color: Cupid. HEX triplet: F2, B2 and CA. RGB value is (242,178,202). Sum of RGB (Red+Green+Blue) = 242+178+202=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2CA is #0D4D35. Grayscale: #C7C7C7. Windows color (decimal): -871734 or 13284082. OLE color: 13284082.
HSL color Cylindrical-coordinate representation of color #F2B2CA: hue angle of 337.5º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B2CA is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 202 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.05 |
| HSL | 337.5º | 0.71% | 0.82% | - |
| HSV(B) | 337.5º | 0.26% | 0.95% | - |
| XYZ | 63.2 | 54.98 | 63.16 | - |
| YUV | 199.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 202 | 0 | 0.26 | 0.17 | 0.05 | 337.5 | 0.71 | 0.82 |
| Hex | F2 | B2 | CA | 0 | 1A | 11 | 5 | 152 | 47 | 52 |
| Octal | 362 | 262 | 312 | 0 | 32 | 21 | 5 | 522 | 107 | 122 |
| Binary | 11110010 | 10110010 | 11001010 | 0 | 11010 | 10001 | 101 | 101010010 | 1000111 | 1010010 |
Color Harmonies of #F2B2CA
Complementary color
Monochromatic Colors of #F2B2CA
Black with #F2B2CA
Text Example
Text Example
White with #F2B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B2CA; }
p { color: rgb(242,178,202); }
H1.HeaderClassName
{
color: #F2B2CA;
}
.AnyTagClassName
{
color: #F2B2CA;
}
</style>
background-color css
<style>
a { background-color: #F2B2CA; }
a { background-color: rgb(242,178,202); }
div.DivClassName
{
background-color: #F2B2CA;
}
.BgClassName
{
background-color: #F2B2CA;
}
</style>
border-color css
<style>
span { border-color: #F2B2CA; }
span { border-color: rgb(242,178,202); }
td.TdClassName
{
border-color: #F2B2CA;
}
.TagClassName
{
border-color: #F2B2CA;
}
</style>