Shades of Cupid #F6B3C8
Tints of Cupid #F6B3C8
RGB
CMYK
RGB Variations
Color information
#F6B3C8 (or 0xF6B3C8) is known color: Cupid. HEX triplet: F6, B3 and C8. RGB value is (246,179,200). Sum of RGB (Red+Green+Blue) = 246+179+200=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B3C8 is #094C37. Grayscale: #C9C9C9. Windows color (decimal): -609336 or 13153270. OLE color: 13153270.
HSL color Cylindrical-coordinate representation of color #F6B3C8: hue angle of 341.19º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B3C8 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 200 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.04 |
| HSL | 341.19º | 0.79% | 0.83% | - |
| HSV(B) | 341.19º | 0.27% | 0.96% | - |
| XYZ | 64.55 | 56 | 62.05 | - |
| YUV | 201.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 200 | 0 | 0.27 | 0.19 | 0.04 | 341.19 | 0.79 | 0.83 |
| Hex | F6 | B3 | C8 | 0 | 1B | 13 | 4 | 155 | 4F | 53 |
| Octal | 366 | 263 | 310 | 0 | 33 | 23 | 4 | 525 | 117 | 123 |
| Binary | 11110110 | 10110011 | 11001000 | 0 | 11011 | 10011 | 100 | 101010101 | 1001111 | 1010011 |
Color Harmonies of #F6B3C8
Complementary color
Monochromatic Colors of #F6B3C8
Black with #F6B3C8
Text Example
Text Example
White with #F6B3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B3C8; }
p { color: rgb(246,179,200); }
H1.HeaderClassName
{
color: #F6B3C8;
}
.AnyTagClassName
{
color: #F6B3C8;
}
</style>
background-color css
<style>
a { background-color: #F6B3C8; }
a { background-color: rgb(246,179,200); }
div.DivClassName
{
background-color: #F6B3C8;
}
.BgClassName
{
background-color: #F6B3C8;
}
</style>
border-color css
<style>
span { border-color: #F6B3C8; }
span { border-color: rgb(246,179,200); }
td.TdClassName
{
border-color: #F6B3C8;
}
.TagClassName
{
border-color: #F6B3C8;
}
</style>