Shades of Cupid #F9B2CB
Tints of Cupid #F9B2CB
RGB
CMYK
RGB Variations
Color information
#F9B2CB (or 0xF9B2CB) is known color: Cupid. HEX triplet: F9, B2 and CB. RGB value is (249,178,203). Sum of RGB (Red+Green+Blue) = 249+178+203=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 178 (69.92% from 255 or 28.25% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B2CB is #064D34. Grayscale: #CACACA. Windows color (decimal): -412981 or 13349625. OLE color: 13349625.
HSL color Cylindrical-coordinate representation of color #F9B2CB: hue angle of 338.87º 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 #F9B2CB is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 178 | 203 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.02 |
| HSL | 338.87º | 0.86% | 0.84% | - |
| HSV(B) | 338.87º | 0.29% | 0.98% | - |
| XYZ | 65.77 | 56.29 | 63.9 | - |
| YUV | 202.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 178 | 203 | 0 | 0.29 | 0.18 | 0.02 | 338.87 | 0.86 | 0.84 |
| Hex | F9 | B2 | CB | 0 | 1D | 12 | 2 | 153 | 56 | 54 |
| Octal | 371 | 262 | 313 | 0 | 35 | 22 | 2 | 523 | 126 | 124 |
| Binary | 11111001 | 10110010 | 11001011 | 0 | 11101 | 10010 | 10 | 101010011 | 1010110 | 1010100 |
Color Harmonies of #F9B2CB
Complementary color
Monochromatic Colors of #F9B2CB
Black with #F9B2CB
Text Example
Text Example
White with #F9B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B2CB; }
p { color: rgb(249,178,203); }
H1.HeaderClassName
{
color: #F9B2CB;
}
.AnyTagClassName
{
color: #F9B2CB;
}
</style>
background-color css
<style>
a { background-color: #F9B2CB; }
a { background-color: rgb(249,178,203); }
div.DivClassName
{
background-color: #F9B2CB;
}
.BgClassName
{
background-color: #F9B2CB;
}
</style>
border-color css
<style>
span { border-color: #F9B2CB; }
span { border-color: rgb(249,178,203); }
td.TdClassName
{
border-color: #F9B2CB;
}
.TagClassName
{
border-color: #F9B2CB;
}
</style>