Shades of Karry #F9D8BE
Tints of Karry #F9D8BE
RGB
CMYK
RGB Variations
Color information
#F9D8BE (or 0xF9D8BE) is known color: Karry. HEX triplet: F9, D8 and BE. RGB value is (249,216,190). Sum of RGB (Red+Green+Blue) = 249+216+190=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D8BE is #062741. Grayscale: #DFDFDF. Windows color (decimal): -403266 or 12507385. OLE color: 12507385.
HSL color Cylindrical-coordinate representation of color #F9D8BE: hue angle of 26.44º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9D8BE is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 190 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.02 |
| HSL | 26.44º | 0.83% | 0.86% | - |
| HSV(B) | 26.44º | 0.24% | 0.98% | - |
| XYZ | 72.92 | 72.97 | 58.96 | - |
| YUV | 222.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 190 | 0 | 0.13 | 0.24 | 0.02 | 26.44 | 0.83 | 0.86 |
| Hex | F9 | D8 | BE | 0 | D | 18 | 2 | 1A | 53 | 56 |
| Octal | 371 | 330 | 276 | 0 | 15 | 30 | 2 | 32 | 123 | 126 |
| Binary | 11111001 | 11011000 | 10111110 | 0 | 1101 | 11000 | 10 | 11010 | 1010011 | 1010110 |
Color Harmonies of #F9D8BE
Complementary color
Monochromatic Colors of #F9D8BE
Black with #F9D8BE
Text Example
Text Example
White with #F9D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D8BE; }
p { color: rgb(249,216,190); }
H1.HeaderClassName
{
color: #F9D8BE;
}
.AnyTagClassName
{
color: #F9D8BE;
}
</style>
background-color css
<style>
a { background-color: #F9D8BE; }
a { background-color: rgb(249,216,190); }
div.DivClassName
{
background-color: #F9D8BE;
}
.BgClassName
{
background-color: #F9D8BE;
}
</style>
border-color css
<style>
span { border-color: #F9D8BE; }
span { border-color: rgb(249,216,190); }
td.TdClassName
{
border-color: #F9D8BE;
}
.TagClassName
{
border-color: #F9D8BE;
}
</style>