Shades of Cupid #F6B9CC
Tints of Cupid #F6B9CC
RGB
CMYK
RGB Variations
Color information
#F6B9CC (or 0xF6B9CC) is known color: Cupid. HEX triplet: F6, B9 and CC. RGB value is (246,185,204). Sum of RGB (Red+Green+Blue) = 246+185+204=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9CC is #094633. Grayscale: #CDCDCD. Windows color (decimal): -607796 or 13416950. OLE color: 13416950.
HSL color Cylindrical-coordinate representation of color #F6B9CC: hue angle of 341.31º 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 #F6B9CC is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 204 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.04 |
| HSL | 341.31º | 0.77% | 0.85% | - |
| HSV(B) | 341.31º | 0.25% | 0.96% | - |
| XYZ | 66.25 | 58.65 | 64.96 | - |
| YUV | 205.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 204 | 0 | 0.25 | 0.17 | 0.04 | 341.31 | 0.77 | 0.85 |
| Hex | F6 | B9 | CC | 0 | 19 | 11 | 4 | 155 | 4D | 55 |
| Octal | 366 | 271 | 314 | 0 | 31 | 21 | 4 | 525 | 115 | 125 |
| Binary | 11110110 | 10111001 | 11001100 | 0 | 11001 | 10001 | 100 | 101010101 | 1001101 | 1010101 |
Color Harmonies of #F6B9CC
Complementary color
Monochromatic Colors of #F6B9CC
Black with #F6B9CC
Text Example
Text Example
White with #F6B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B9CC; }
p { color: rgb(246,185,204); }
H1.HeaderClassName
{
color: #F6B9CC;
}
.AnyTagClassName
{
color: #F6B9CC;
}
</style>
background-color css
<style>
a { background-color: #F6B9CC; }
a { background-color: rgb(246,185,204); }
div.DivClassName
{
background-color: #F6B9CC;
}
.BgClassName
{
background-color: #F6B9CC;
}
</style>
border-color css
<style>
span { border-color: #F6B9CC; }
span { border-color: rgb(246,185,204); }
td.TdClassName
{
border-color: #F6B9CC;
}
.TagClassName
{
border-color: #F6B9CC;
}
</style>