Shades of Cupid #F6B3CA
Tints of Cupid #F6B3CA
RGB
CMYK
RGB Variations
Color information
#F6B3CA (or 0xF6B3CA) is known color: Cupid. HEX triplet: F6, B3 and CA. RGB value is (246,179,202). Sum of RGB (Red+Green+Blue) = 246+179+202=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B3CA is #094C35. Grayscale: #C9C9C9. Windows color (decimal): -609334 or 13284342. OLE color: 13284342.
HSL color Cylindrical-coordinate representation of color #F6B3CA: hue angle of 339.4º 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 #F6B3CA is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 202 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.04 |
| HSL | 339.4º | 0.79% | 0.83% | - |
| HSV(B) | 339.4º | 0.27% | 0.96% | - |
| XYZ | 64.79 | 56.1 | 63.29 | - |
| YUV | 201.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 202 | 0 | 0.27 | 0.18 | 0.04 | 339.4 | 0.79 | 0.83 |
| Hex | F6 | B3 | CA | 0 | 1B | 12 | 4 | 153 | 4F | 53 |
| Octal | 366 | 263 | 312 | 0 | 33 | 22 | 4 | 523 | 117 | 123 |
| Binary | 11110110 | 10110011 | 11001010 | 0 | 11011 | 10010 | 100 | 101010011 | 1001111 | 1010011 |
Color Harmonies of #F6B3CA
Complementary color
Monochromatic Colors of #F6B3CA
Black with #F6B3CA
Text Example
Text Example
White with #F6B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B3CA; }
p { color: rgb(246,179,202); }
H1.HeaderClassName
{
color: #F6B3CA;
}
.AnyTagClassName
{
color: #F6B3CA;
}
</style>
background-color css
<style>
a { background-color: #F6B3CA; }
a { background-color: rgb(246,179,202); }
div.DivClassName
{
background-color: #F6B3CA;
}
.BgClassName
{
background-color: #F6B3CA;
}
</style>
border-color css
<style>
span { border-color: #F6B3CA; }
span { border-color: rgb(246,179,202); }
td.TdClassName
{
border-color: #F6B3CA;
}
.TagClassName
{
border-color: #F6B3CA;
}
</style>