Shades of Cupid #F6B8C5
Tints of Cupid #F6B8C5
RGB
CMYK
RGB Variations
Color information
#F6B8C5 (or 0xF6B8C5) is known color: Cupid. HEX triplet: F6, B8 and C5. RGB value is (246,184,197). Sum of RGB (Red+Green+Blue) = 246+184+197=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B8C5 is #09473A. Grayscale: #CCCCCC. Windows color (decimal): -608059 or 12957942. OLE color: 12957942.
HSL color Cylindrical-coordinate representation of color #F6B8C5: hue angle of 347.42º 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 #F6B8C5 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 184 | 197 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.04 |
| HSL | 347.42º | 0.78% | 0.84% | - |
| HSV(B) | 347.42º | 0.25% | 0.96% | - |
| XYZ | 65.22 | 57.91 | 60.56 | - |
| YUV | 204.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 197 | 0 | 0.25 | 0.20 | 0.04 | 347.42 | 0.78 | 0.84 |
| Hex | F6 | B8 | C5 | 0 | 19 | 14 | 4 | 15B | 4E | 54 |
| Octal | 366 | 270 | 305 | 0 | 31 | 24 | 4 | 533 | 116 | 124 |
| Binary | 11110110 | 10111000 | 11000101 | 0 | 11001 | 10100 | 100 | 101011011 | 1001110 | 1010100 |
Color Harmonies of #F6B8C5
Complementary color
Monochromatic Colors of #F6B8C5
Black with #F6B8C5
Text Example
Text Example
White with #F6B8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B8C5; }
p { color: rgb(246,184,197); }
H1.HeaderClassName
{
color: #F6B8C5;
}
.AnyTagClassName
{
color: #F6B8C5;
}
</style>
background-color css
<style>
a { background-color: #F6B8C5; }
a { background-color: rgb(246,184,197); }
div.DivClassName
{
background-color: #F6B8C5;
}
.BgClassName
{
background-color: #F6B8C5;
}
</style>
border-color css
<style>
span { border-color: #F6B8C5; }
span { border-color: rgb(246,184,197); }
td.TdClassName
{
border-color: #F6B8C5;
}
.TagClassName
{
border-color: #F6B8C5;
}
</style>