Shades of Karry #FFD8C1
Tints of Karry #FFD8C1
RGB
CMYK
RGB Variations
Color information
#FFD8C1 (or 0xFFD8C1) is known color: Karry. HEX triplet: FF, D8 and C1. RGB value is (255,216,193). Sum of RGB (Red+Green+Blue) = 255+216+193=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 216 (84.77% from 255 or 32.53% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8C1 is #00273E. Grayscale: #E1E1E1. Windows color (decimal): -10047 or 12703999. OLE color: 12703999.
HSL color Cylindrical-coordinate representation of color #FFD8C1: hue angle of 22.26º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFD8C1 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 193 | - |
| CMYK | 0 | 0.15 | 0.24 | 0 |
| HSL | 22.26º | 1% | 0.88% | - |
| HSV(B) | 22.26º | 0.24% | 1% | - |
| XYZ | 75.42 | 74.22 | 60.8 | - |
| YUV | 225.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 193 | 0 | 0.15 | 0.24 | 0 | 22.26 | 1 | 0.88 |
| Hex | FF | D8 | C1 | 0 | F | 18 | 0 | 16 | 64 | 58 |
| Octal | 377 | 330 | 301 | 0 | 17 | 30 | 0 | 26 | 144 | 130 |
| Binary | 11111111 | 11011000 | 11000001 | 0 | 1111 | 11000 | 0 | 10110 | 1100100 | 1011000 |
Color Harmonies of #FFD8C1
Complementary color
Monochromatic Colors of #FFD8C1
Black with #FFD8C1
Text Example
Text Example
White with #FFD8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8C1; }
p { color: rgb(255,216,193); }
H1.HeaderClassName
{
color: #FFD8C1;
}
.AnyTagClassName
{
color: #FFD8C1;
}
</style>
background-color css
<style>
a { background-color: #FFD8C1; }
a { background-color: rgb(255,216,193); }
div.DivClassName
{
background-color: #FFD8C1;
}
.BgClassName
{
background-color: #FFD8C1;
}
</style>
border-color css
<style>
span { border-color: #FFD8C1; }
span { border-color: rgb(255,216,193); }
td.TdClassName
{
border-color: #FFD8C1;
}
.TagClassName
{
border-color: #FFD8C1;
}
</style>