Shades of Cupid #F6B2C3
Tints of Cupid #F6B2C3
RGB
CMYK
RGB Variations
Color information
#F6B2C3 (or 0xF6B2C3) is known color: Cupid. HEX triplet: F6, B2 and C3. RGB value is (246,178,195). Sum of RGB (Red+Green+Blue) = 246+178+195=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B2C3 is #094D3C. Grayscale: #C8C8C8. Windows color (decimal): -609597 or 12825334. OLE color: 12825334.
HSL color Cylindrical-coordinate representation of color #F6B2C3: hue angle of 345º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B2C3 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 178 | 195 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.04 |
| HSL | 345º | 0.79% | 0.83% | - |
| HSV(B) | 345º | 0.28% | 0.96% | - |
| XYZ | 63.78 | 55.37 | 58.96 | - |
| YUV | 200.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 178 | 195 | 0 | 0.28 | 0.21 | 0.04 | 345 | 0.79 | 0.83 |
| Hex | F6 | B2 | C3 | 0 | 1C | 15 | 4 | 159 | 4F | 53 |
| Octal | 366 | 262 | 303 | 0 | 34 | 25 | 4 | 531 | 117 | 123 |
| Binary | 11110110 | 10110010 | 11000011 | 0 | 11100 | 10101 | 100 | 101011001 | 1001111 | 1010011 |
Color Harmonies of #F6B2C3
Complementary color
Monochromatic Colors of #F6B2C3
Black with #F6B2C3
Text Example
Text Example
White with #F6B2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B2C3; }
p { color: rgb(246,178,195); }
H1.HeaderClassName
{
color: #F6B2C3;
}
.AnyTagClassName
{
color: #F6B2C3;
}
</style>
background-color css
<style>
a { background-color: #F6B2C3; }
a { background-color: rgb(246,178,195); }
div.DivClassName
{
background-color: #F6B2C3;
}
.BgClassName
{
background-color: #F6B2C3;
}
</style>
border-color css
<style>
span { border-color: #F6B2C3; }
span { border-color: rgb(246,178,195); }
td.TdClassName
{
border-color: #F6B2C3;
}
.TagClassName
{
border-color: #F6B2C3;
}
</style>