Shades of Cupid #F6B9C7
Tints of Cupid #F6B9C7
RGB
CMYK
RGB Variations
Color information
#F6B9C7 (or 0xF6B9C7) is known color: Cupid. HEX triplet: F6, B9 and C7. RGB value is (246,185,199). Sum of RGB (Red+Green+Blue) = 246+185+199=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9C7 is #094638. Grayscale: #CCCCCC. Windows color (decimal): -607801 or 13089270. OLE color: 13089270.
HSL color Cylindrical-coordinate representation of color #F6B9C7: hue angle of 346.23º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B9C7 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 199 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.04 |
| HSL | 346.23º | 0.77% | 0.85% | - |
| HSV(B) | 346.23º | 0.25% | 0.96% | - |
| XYZ | 65.66 | 58.41 | 61.85 | - |
| YUV | 204.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 199 | 0 | 0.25 | 0.19 | 0.04 | 346.23 | 0.77 | 0.85 |
| Hex | F6 | B9 | C7 | 0 | 19 | 13 | 4 | 15A | 4D | 55 |
| Octal | 366 | 271 | 307 | 0 | 31 | 23 | 4 | 532 | 115 | 125 |
| Binary | 11110110 | 10111001 | 11000111 | 0 | 11001 | 10011 | 100 | 101011010 | 1001101 | 1010101 |
Color Harmonies of #F6B9C7
Complementary color
Monochromatic Colors of #F6B9C7
Black with #F6B9C7
Text Example
Text Example
White with #F6B9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B9C7; }
p { color: rgb(246,185,199); }
H1.HeaderClassName
{
color: #F6B9C7;
}
.AnyTagClassName
{
color: #F6B9C7;
}
</style>
background-color css
<style>
a { background-color: #F6B9C7; }
a { background-color: rgb(246,185,199); }
div.DivClassName
{
background-color: #F6B9C7;
}
.BgClassName
{
background-color: #F6B9C7;
}
</style>
border-color css
<style>
span { border-color: #F6B9C7; }
span { border-color: rgb(246,185,199); }
td.TdClassName
{
border-color: #F6B9C7;
}
.TagClassName
{
border-color: #F6B9C7;
}
</style>