Shades of Cupid #F6B2C4
Tints of Cupid #F6B2C4
RGB
CMYK
RGB Variations
Color information
#F6B2C4 (or 0xF6B2C4) is known color: Cupid. HEX triplet: F6, B2 and C4. RGB value is (246,178,196). Sum of RGB (Red+Green+Blue) = 246+178+196=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B2C4 is #094D3B. Grayscale: #C8C8C8. Windows color (decimal): -609596 or 12890870. OLE color: 12890870.
HSL color Cylindrical-coordinate representation of color #F6B2C4: hue angle of 344.12º 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 #F6B2C4 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 178 | 196 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.04 |
| HSL | 344.12º | 0.79% | 0.83% | - |
| HSV(B) | 344.12º | 0.28% | 0.96% | - |
| XYZ | 63.89 | 55.42 | 59.55 | - |
| YUV | 200.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 178 | 196 | 0 | 0.28 | 0.20 | 0.04 | 344.12 | 0.79 | 0.83 |
| Hex | F6 | B2 | C4 | 0 | 1C | 14 | 4 | 158 | 4F | 53 |
| Octal | 366 | 262 | 304 | 0 | 34 | 24 | 4 | 530 | 117 | 123 |
| Binary | 11110110 | 10110010 | 11000100 | 0 | 11100 | 10100 | 100 | 101011000 | 1001111 | 1010011 |
Color Harmonies of #F6B2C4
Complementary color
Monochromatic Colors of #F6B2C4
Black with #F6B2C4
Text Example
Text Example
White with #F6B2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B2C4; }
p { color: rgb(246,178,196); }
H1.HeaderClassName
{
color: #F6B2C4;
}
.AnyTagClassName
{
color: #F6B2C4;
}
</style>
background-color css
<style>
a { background-color: #F6B2C4; }
a { background-color: rgb(246,178,196); }
div.DivClassName
{
background-color: #F6B2C4;
}
.BgClassName
{
background-color: #F6B2C4;
}
</style>
border-color css
<style>
span { border-color: #F6B2C4; }
span { border-color: rgb(246,178,196); }
td.TdClassName
{
border-color: #F6B2C4;
}
.TagClassName
{
border-color: #F6B2C4;
}
</style>