Shades of Cupid #F7B9C9
Tints of Cupid #F7B9C9
RGB
CMYK
RGB Variations
Color information
#F7B9C9 (or 0xF7B9C9) is known color: Cupid. HEX triplet: F7, B9 and C9. RGB value is (247,185,201). Sum of RGB (Red+Green+Blue) = 247+185+201=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9C9 is #084636. Grayscale: #CDCDCD. Windows color (decimal): -542263 or 13220343. OLE color: 13220343.
HSL color Cylindrical-coordinate representation of color #F7B9C9: hue angle of 344.52º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7B9C9 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 185 | 201 | - |
CMYK | 0 | 0.25 | 0.19 | 0.03 |
HSL | 344.52º | 0.79% | 0.85% | - |
HSV(B) | 344.52º | 0.25% | 0.97% | - |
XYZ | 66.25 | 58.69 | 63.09 | - |
YUV | 205.36 | 125.54 | 157.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 185 | 201 | 0 | 0.25 | 0.19 | 0.03 | 344.52 | 0.79 | 0.85 |
Hex | F7 | B9 | C9 | 0 | 19 | 13 | 3 | 159 | 4F | 55 |
Octal | 367 | 271 | 311 | 0 | 31 | 23 | 3 | 531 | 117 | 125 |
Binary | 11110111 | 10111001 | 11001001 | 0 | 11001 | 10011 | 11 | 101011001 | 1001111 | 1010101 |
Color Harmonies of #F7B9C9
Complementary color
Monochromatic Colors of #F7B9C9
Black with #F7B9C9
Text Example
Text Example
White with #F7B9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B9C9; }
p { color: rgb(247,185,201); }
H1.HeaderClassName
{
color: #F7B9C9;
}
.AnyTagClassName
{
color: #F7B9C9;
}
</style>
background-color css
<style>
a { background-color: #F7B9C9; }
a { background-color: rgb(247,185,201); }
div.DivClassName
{
background-color: #F7B9C9;
}
.BgClassName
{
background-color: #F7B9C9;
}
</style>
border-color css
<style>
span { border-color: #F7B9C9; }
span { border-color: rgb(247,185,201); }
td.TdClassName
{
border-color: #F7B9C9;
}
.TagClassName
{
border-color: #F7B9C9;
}
</style>