Shades of Cupid #F9B2CA
Tints of Cupid #F9B2CA
RGB
CMYK
RGB Variations
Color information
#F9B2CA (or 0xF9B2CA) is known color: Cupid. HEX triplet: F9, B2 and CA. RGB value is (249,178,202). Sum of RGB (Red+Green+Blue) = 249+178+202=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B2CA is #064D35. Grayscale: #C9C9C9. Windows color (decimal): -412982 or 13284089. OLE color: 13284089.
HSL color Cylindrical-coordinate representation of color #F9B2CA: hue angle of 339.72º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B2CA is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 178 | 202 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.02 |
| HSL | 339.72º | 0.86% | 0.84% | - |
| HSV(B) | 339.72º | 0.29% | 0.98% | - |
| XYZ | 65.65 | 56.24 | 63.27 | - |
| YUV | 201.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 178 | 202 | 0 | 0.29 | 0.19 | 0.02 | 339.72 | 0.86 | 0.84 |
| Hex | F9 | B2 | CA | 0 | 1D | 13 | 2 | 154 | 56 | 54 |
| Octal | 371 | 262 | 312 | 0 | 35 | 23 | 2 | 524 | 126 | 124 |
| Binary | 11111001 | 10110010 | 11001010 | 0 | 11101 | 10011 | 10 | 101010100 | 1010110 | 1010100 |
Color Harmonies of #F9B2CA
Complementary color
Monochromatic Colors of #F9B2CA
Black with #F9B2CA
Text Example
Text Example
White with #F9B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B2CA; }
p { color: rgb(249,178,202); }
H1.HeaderClassName
{
color: #F9B2CA;
}
.AnyTagClassName
{
color: #F9B2CA;
}
</style>
background-color css
<style>
a { background-color: #F9B2CA; }
a { background-color: rgb(249,178,202); }
div.DivClassName
{
background-color: #F9B2CA;
}
.BgClassName
{
background-color: #F9B2CA;
}
</style>
border-color css
<style>
span { border-color: #F9B2CA; }
span { border-color: rgb(249,178,202); }
td.TdClassName
{
border-color: #F9B2CA;
}
.TagClassName
{
border-color: #F9B2CA;
}
</style>