Shades of Karry #F7D8BF
Tints of Karry #F7D8BF
RGB
CMYK
RGB Variations
Color information
#F7D8BF (or 0xF7D8BF) is known color: Karry. HEX triplet: F7, D8 and BF. RGB value is (247,216,191). Sum of RGB (Red+Green+Blue) = 247+216+191=654 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.77% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D8BF is #082740. Grayscale: #DEDEDE. Windows color (decimal): -534337 or 12572919. OLE color: 12572919.
HSL color Cylindrical-coordinate representation of color #F7D8BF: hue angle of 26.79º 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 #F7D8BF is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 191 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.03 |
| HSL | 26.79º | 0.78% | 0.86% | - |
| HSV(B) | 26.79º | 0.23% | 0.97% | - |
| XYZ | 72.32 | 72.65 | 59.5 | - |
| YUV | 222.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 191 | 0 | 0.13 | 0.23 | 0.03 | 26.79 | 0.78 | 0.86 |
| Hex | F7 | D8 | BF | 0 | D | 17 | 3 | 1B | 4E | 56 |
| Octal | 367 | 330 | 277 | 0 | 15 | 27 | 3 | 33 | 116 | 126 |
| Binary | 11110111 | 11011000 | 10111111 | 0 | 1101 | 10111 | 11 | 11011 | 1001110 | 1010110 |
Color Harmonies of #F7D8BF
Complementary color
Monochromatic Colors of #F7D8BF
Black with #F7D8BF
Text Example
Text Example
White with #F7D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D8BF; }
p { color: rgb(247,216,191); }
H1.HeaderClassName
{
color: #F7D8BF;
}
.AnyTagClassName
{
color: #F7D8BF;
}
</style>
background-color css
<style>
a { background-color: #F7D8BF; }
a { background-color: rgb(247,216,191); }
div.DivClassName
{
background-color: #F7D8BF;
}
.BgClassName
{
background-color: #F7D8BF;
}
</style>
border-color css
<style>
span { border-color: #F7D8BF; }
span { border-color: rgb(247,216,191); }
td.TdClassName
{
border-color: #F7D8BF;
}
.TagClassName
{
border-color: #F7D8BF;
}
</style>