Shades of Cupid #F6B8CA
Tints of Cupid #F6B8CA
RGB
CMYK
RGB Variations
Color information
#F6B8CA (or 0xF6B8CA) is known color: Cupid. HEX triplet: F6, B8 and CA. RGB value is (246,184,202). Sum of RGB (Red+Green+Blue) = 246+184+202=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B8CA is #094735. Grayscale: #CCCCCC. Windows color (decimal): -608054 or 13285622. OLE color: 13285622.
HSL color Cylindrical-coordinate representation of color #F6B8CA: hue angle of 342.58º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B8CA is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 184 | 202 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.04 |
| HSL | 342.58º | 0.78% | 0.84% | - |
| HSV(B) | 342.58º | 0.25% | 0.96% | - |
| XYZ | 65.81 | 58.14 | 63.63 | - |
| YUV | 204.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 202 | 0 | 0.25 | 0.18 | 0.04 | 342.58 | 0.78 | 0.84 |
| Hex | F6 | B8 | CA | 0 | 19 | 12 | 4 | 157 | 4E | 54 |
| Octal | 366 | 270 | 312 | 0 | 31 | 22 | 4 | 527 | 116 | 124 |
| Binary | 11110110 | 10111000 | 11001010 | 0 | 11001 | 10010 | 100 | 101010111 | 1001110 | 1010100 |
Color Harmonies of #F6B8CA
Complementary color
Monochromatic Colors of #F6B8CA
Black with #F6B8CA
Text Example
Text Example
White with #F6B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B8CA; }
p { color: rgb(246,184,202); }
H1.HeaderClassName
{
color: #F6B8CA;
}
.AnyTagClassName
{
color: #F6B8CA;
}
</style>
background-color css
<style>
a { background-color: #F6B8CA; }
a { background-color: rgb(246,184,202); }
div.DivClassName
{
background-color: #F6B8CA;
}
.BgClassName
{
background-color: #F6B8CA;
}
</style>
border-color css
<style>
span { border-color: #F6B8CA; }
span { border-color: rgb(246,184,202); }
td.TdClassName
{
border-color: #F6B8CA;
}
.TagClassName
{
border-color: #F6B8CA;
}
</style>