Shades of Karry #F9D9BE
Tints of Karry #F9D9BE
RGB
CMYK
RGB Variations
Color information
#F9D9BE (or 0xF9D9BE) is known color: Karry. HEX triplet: F9, D9 and BE. RGB value is (249,217,190). Sum of RGB (Red+Green+Blue) = 249+217+190=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D9BE is #062641. Grayscale: #DFDFDF. Windows color (decimal): -403010 or 12507641. OLE color: 12507641.
HSL color Cylindrical-coordinate representation of color #F9D9BE: hue angle of 27.46º 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 #F9D9BE is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 190 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.02 |
| HSL | 27.46º | 0.83% | 0.86% | - |
| HSV(B) | 27.46º | 0.24% | 0.98% | - |
| XYZ | 73.17 | 73.48 | 59.04 | - |
| YUV | 223.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 190 | 0 | 0.13 | 0.24 | 0.02 | 27.46 | 0.83 | 0.86 |
| Hex | F9 | D9 | BE | 0 | D | 18 | 2 | 1B | 53 | 56 |
| Octal | 371 | 331 | 276 | 0 | 15 | 30 | 2 | 33 | 123 | 126 |
| Binary | 11111001 | 11011001 | 10111110 | 0 | 1101 | 11000 | 10 | 11011 | 1010011 | 1010110 |
Color Harmonies of #F9D9BE
Complementary color
Monochromatic Colors of #F9D9BE
Black with #F9D9BE
Text Example
Text Example
White with #F9D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D9BE; }
p { color: rgb(249,217,190); }
H1.HeaderClassName
{
color: #F9D9BE;
}
.AnyTagClassName
{
color: #F9D9BE;
}
</style>
background-color css
<style>
a { background-color: #F9D9BE; }
a { background-color: rgb(249,217,190); }
div.DivClassName
{
background-color: #F9D9BE;
}
.BgClassName
{
background-color: #F9D9BE;
}
</style>
border-color css
<style>
span { border-color: #F9D9BE; }
span { border-color: rgb(249,217,190); }
td.TdClassName
{
border-color: #F9D9BE;
}
.TagClassName
{
border-color: #F9D9BE;
}
</style>