Shades of Karry #F7D8BE
Tints of Karry #F7D8BE
RGB
CMYK
RGB Variations
Color information
#F7D8BE (or 0xF7D8BE) is known color: Karry. HEX triplet: F7, D8 and BE. RGB value is (247,216,190). Sum of RGB (Red+Green+Blue) = 247+216+190=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D8BE is #082741. Grayscale: #DEDEDE. Windows color (decimal): -534338 or 12507383. OLE color: 12507383.
HSL color Cylindrical-coordinate representation of color #F7D8BE: hue angle of 27.37º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7D8BE is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 190 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.03 |
| HSL | 27.37º | 0.78% | 0.86% | - |
| HSV(B) | 27.37º | 0.23% | 0.97% | - |
| XYZ | 72.21 | 72.6 | 58.92 | - |
| YUV | 222.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 190 | 0 | 0.13 | 0.23 | 0.03 | 27.37 | 0.78 | 0.86 |
| Hex | F7 | D8 | BE | 0 | D | 17 | 3 | 1B | 4E | 56 |
| Octal | 367 | 330 | 276 | 0 | 15 | 27 | 3 | 33 | 116 | 126 |
| Binary | 11110111 | 11011000 | 10111110 | 0 | 1101 | 10111 | 11 | 11011 | 1001110 | 1010110 |
Color Harmonies of #F7D8BE
Complementary color
Monochromatic Colors of #F7D8BE
Black with #F7D8BE
Text Example
Text Example
White with #F7D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D8BE; }
p { color: rgb(247,216,190); }
H1.HeaderClassName
{
color: #F7D8BE;
}
.AnyTagClassName
{
color: #F7D8BE;
}
</style>
background-color css
<style>
a { background-color: #F7D8BE; }
a { background-color: rgb(247,216,190); }
div.DivClassName
{
background-color: #F7D8BE;
}
.BgClassName
{
background-color: #F7D8BE;
}
</style>
border-color css
<style>
span { border-color: #F7D8BE; }
span { border-color: rgb(247,216,190); }
td.TdClassName
{
border-color: #F7D8BE;
}
.TagClassName
{
border-color: #F7D8BE;
}
</style>