Shades of Karry #FFD9BE
Tints of Karry #FFD9BE
RGB
CMYK
RGB Variations
Color information
#FFD9BE (or 0xFFD9BE) is known color: Karry. HEX triplet: FF, D9 and BE. RGB value is (255,217,190). Sum of RGB (Red+Green+Blue) = 255+217+190=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9BE is #002641. Grayscale: #E1E1E1. Windows color (decimal): -9794 or 12507647. OLE color: 12507647.
HSL color Cylindrical-coordinate representation of color #FFD9BE: hue angle of 24.92º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFD9BE is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 190 | - |
| CMYK | 0 | 0.15 | 0.25 | 0 |
| HSL | 24.92º | 1% | 0.87% | - |
| HSV(B) | 24.92º | 0.25% | 1% | - |
| XYZ | 75.35 | 74.6 | 59.14 | - |
| YUV | 225.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 190 | 0 | 0.15 | 0.25 | 0 | 24.92 | 1 | 0.87 |
| Hex | FF | D9 | BE | 0 | F | 19 | 0 | 19 | 64 | 57 |
| Octal | 377 | 331 | 276 | 0 | 17 | 31 | 0 | 31 | 144 | 127 |
| Binary | 11111111 | 11011001 | 10111110 | 0 | 1111 | 11001 | 0 | 11001 | 1100100 | 1010111 |
Color Harmonies of #FFD9BE
Complementary color
Monochromatic Colors of #FFD9BE
Black with #FFD9BE
Text Example
Text Example
White with #FFD9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9BE; }
p { color: rgb(255,217,190); }
H1.HeaderClassName
{
color: #FFD9BE;
}
.AnyTagClassName
{
color: #FFD9BE;
}
</style>
background-color css
<style>
a { background-color: #FFD9BE; }
a { background-color: rgb(255,217,190); }
div.DivClassName
{
background-color: #FFD9BE;
}
.BgClassName
{
background-color: #FFD9BE;
}
</style>
border-color css
<style>
span { border-color: #FFD9BE; }
span { border-color: rgb(255,217,190); }
td.TdClassName
{
border-color: #FFD9BE;
}
.TagClassName
{
border-color: #FFD9BE;
}
</style>