Shades of Karry #FFD8BF
Tints of Karry #FFD8BF
RGB
CMYK
RGB Variations
Color information
#FFD8BF (or 0xFFD8BF) is known color: Karry. HEX triplet: FF, D8 and BF. RGB value is (255,216,191). Sum of RGB (Red+Green+Blue) = 255+216+191=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8BF is #002740. Grayscale: #E0E0E0. Windows color (decimal): -10049 or 12572927. OLE color: 12572927.
HSL color Cylindrical-coordinate representation of color #FFD8BF: hue angle of 23.44º 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 #FFD8BF is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 191 | - |
| CMYK | 0 | 0.15 | 0.25 | 0 |
| HSL | 23.44º | 1% | 0.87% | - |
| HSV(B) | 23.44º | 0.25% | 1% | - |
| XYZ | 75.2 | 74.13 | 59.64 | - |
| YUV | 224.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 191 | 0 | 0.15 | 0.25 | 0 | 23.44 | 1 | 0.87 |
| Hex | FF | D8 | BF | 0 | F | 19 | 0 | 17 | 64 | 57 |
| Octal | 377 | 330 | 277 | 0 | 17 | 31 | 0 | 27 | 144 | 127 |
| Binary | 11111111 | 11011000 | 10111111 | 0 | 1111 | 11001 | 0 | 10111 | 1100100 | 1010111 |
Color Harmonies of #FFD8BF
Complementary color
Monochromatic Colors of #FFD8BF
Black with #FFD8BF
Text Example
Text Example
White with #FFD8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8BF; }
p { color: rgb(255,216,191); }
H1.HeaderClassName
{
color: #FFD8BF;
}
.AnyTagClassName
{
color: #FFD8BF;
}
</style>
background-color css
<style>
a { background-color: #FFD8BF; }
a { background-color: rgb(255,216,191); }
div.DivClassName
{
background-color: #FFD8BF;
}
.BgClassName
{
background-color: #FFD8BF;
}
</style>
border-color css
<style>
span { border-color: #FFD8BF; }
span { border-color: rgb(255,216,191); }
td.TdClassName
{
border-color: #FFD8BF;
}
.TagClassName
{
border-color: #FFD8BF;
}
</style>