Shades of Karry #FFD8BD
Tints of Karry #FFD8BD
RGB
CMYK
RGB Variations
Color information
#FFD8BD (or 0xFFD8BD) is known color: Karry. HEX triplet: FF, D8 and BD. RGB value is (255,216,189). Sum of RGB (Red+Green+Blue) = 255+216+189=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8BD is #002742. Grayscale: #E0E0E0. Windows color (decimal): -10051 or 12441855. OLE color: 12441855.
HSL color Cylindrical-coordinate representation of color #FFD8BD: hue angle of 24.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFD8BD is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 189 | - |
| CMYK | 0 | 0.15 | 0.26 | 0 |
| HSL | 24.55º | 1% | 0.87% | - |
| HSV(B) | 24.55º | 0.26% | 1% | - |
| XYZ | 74.98 | 74.05 | 58.48 | - |
| YUV | 224.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 189 | 0 | 0.15 | 0.26 | 0 | 24.55 | 1 | 0.87 |
| Hex | FF | D8 | BD | 0 | F | 1A | 0 | 19 | 64 | 57 |
| Octal | 377 | 330 | 275 | 0 | 17 | 32 | 0 | 31 | 144 | 127 |
| Binary | 11111111 | 11011000 | 10111101 | 0 | 1111 | 11010 | 0 | 11001 | 1100100 | 1010111 |
Color Harmonies of #FFD8BD
Complementary color
Monochromatic Colors of #FFD8BD
Black with #FFD8BD
Text Example
Text Example
White with #FFD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8BD; }
p { color: rgb(255,216,189); }
H1.HeaderClassName
{
color: #FFD8BD;
}
.AnyTagClassName
{
color: #FFD8BD;
}
</style>
background-color css
<style>
a { background-color: #FFD8BD; }
a { background-color: rgb(255,216,189); }
div.DivClassName
{
background-color: #FFD8BD;
}
.BgClassName
{
background-color: #FFD8BD;
}
</style>
border-color css
<style>
span { border-color: #FFD8BD; }
span { border-color: rgb(255,216,189); }
td.TdClassName
{
border-color: #FFD8BD;
}
.TagClassName
{
border-color: #FFD8BD;
}
</style>