Shades of Karry #FFD8BE
Tints of Karry #FFD8BE
RGB
CMYK
RGB Variations
Color information
#FFD8BE (or 0xFFD8BE) is known color: Karry. HEX triplet: FF, D8 and BE. RGB value is (255,216,190). Sum of RGB (Red+Green+Blue) = 255+216+190=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8BE is #002741. Grayscale: #E0E0E0. Windows color (decimal): -10050 or 12507391. OLE color: 12507391.
HSL color Cylindrical-coordinate representation of color #FFD8BE: hue angle of 24º 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 #FFD8BE is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 190 | - |
| CMYK | 0 | 0.15 | 0.25 | 0 |
| HSL | 24º | 1% | 0.87% | - |
| HSV(B) | 24º | 0.25% | 1% | - |
| XYZ | 75.09 | 74.09 | 59.06 | - |
| YUV | 224.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 190 | 0 | 0.15 | 0.25 | 0 | 24 | 1 | 0.87 |
| Hex | FF | D8 | BE | 0 | F | 19 | 0 | 18 | 64 | 57 |
| Octal | 377 | 330 | 276 | 0 | 17 | 31 | 0 | 30 | 144 | 127 |
| Binary | 11111111 | 11011000 | 10111110 | 0 | 1111 | 11001 | 0 | 11000 | 1100100 | 1010111 |
Color Harmonies of #FFD8BE
Complementary color
Monochromatic Colors of #FFD8BE
Black with #FFD8BE
Text Example
Text Example
White with #FFD8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8BE; }
p { color: rgb(255,216,190); }
H1.HeaderClassName
{
color: #FFD8BE;
}
.AnyTagClassName
{
color: #FFD8BE;
}
</style>
background-color css
<style>
a { background-color: #FFD8BE; }
a { background-color: rgb(255,216,190); }
div.DivClassName
{
background-color: #FFD8BE;
}
.BgClassName
{
background-color: #FFD8BE;
}
</style>
border-color css
<style>
span { border-color: #FFD8BE; }
span { border-color: rgb(255,216,190); }
td.TdClassName
{
border-color: #FFD8BE;
}
.TagClassName
{
border-color: #FFD8BE;
}
</style>