Shades of Cupid #F9B6C5
Tints of Cupid #F9B6C5
RGB
CMYK
RGB Variations
Color information
#F9B6C5 (or 0xF9B6C5) is known color: Cupid. HEX triplet: F9, B6 and C5. RGB value is (249,182,197). Sum of RGB (Red+Green+Blue) = 249+182+197=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B6C5 is #06493A. Grayscale: #CBCBCB. Windows color (decimal): -411963 or 12957433. OLE color: 12957433.
HSL color Cylindrical-coordinate representation of color #F9B6C5: hue angle of 346.57º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B6C5 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 182 | 197 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.02 |
| HSL | 346.57º | 0.85% | 0.85% | - |
| HSV(B) | 346.57º | 0.27% | 0.98% | - |
| XYZ | 65.87 | 57.63 | 60.47 | - |
| YUV | 203.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 182 | 197 | 0 | 0.27 | 0.21 | 0.02 | 346.57 | 0.85 | 0.85 |
| Hex | F9 | B6 | C5 | 0 | 1B | 15 | 2 | 15B | 55 | 55 |
| Octal | 371 | 266 | 305 | 0 | 33 | 25 | 2 | 533 | 125 | 125 |
| Binary | 11111001 | 10110110 | 11000101 | 0 | 11011 | 10101 | 10 | 101011011 | 1010101 | 1010101 |
Color Harmonies of #F9B6C5
Complementary color
Monochromatic Colors of #F9B6C5
Black with #F9B6C5
Text Example
Text Example
White with #F9B6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B6C5; }
p { color: rgb(249,182,197); }
H1.HeaderClassName
{
color: #F9B6C5;
}
.AnyTagClassName
{
color: #F9B6C5;
}
</style>
background-color css
<style>
a { background-color: #F9B6C5; }
a { background-color: rgb(249,182,197); }
div.DivClassName
{
background-color: #F9B6C5;
}
.BgClassName
{
background-color: #F9B6C5;
}
</style>
border-color css
<style>
span { border-color: #F9B6C5; }
span { border-color: rgb(249,182,197); }
td.TdClassName
{
border-color: #F9B6C5;
}
.TagClassName
{
border-color: #F9B6C5;
}
</style>