Shades of Karry #FFD8C2
Tints of Karry #FFD8C2
RGB
CMYK
RGB Variations
Color information
#FFD8C2 (or 0xFFD8C2) is known color: Karry. HEX triplet: FF, D8 and C2. RGB value is (255,216,194). Sum of RGB (Red+Green+Blue) = 255+216+194=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 194 (76.17% from 255 or 29.17% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8C2 is #00273D. Grayscale: #E1E1E1. Windows color (decimal): -10046 or 12769535. OLE color: 12769535.
HSL color Cylindrical-coordinate representation of color #FFD8C2: hue angle of 21.64º 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 #FFD8C2 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 194 | - |
| CMYK | 0 | 0.15 | 0.24 | 0 |
| HSL | 21.64º | 1% | 0.88% | - |
| HSV(B) | 21.64º | 0.24% | 1% | - |
| XYZ | 75.53 | 74.27 | 61.39 | - |
| YUV | 225.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 194 | 0 | 0.15 | 0.24 | 0 | 21.64 | 1 | 0.88 |
| Hex | FF | D8 | C2 | 0 | F | 18 | 0 | 16 | 64 | 58 |
| Octal | 377 | 330 | 302 | 0 | 17 | 30 | 0 | 26 | 144 | 130 |
| Binary | 11111111 | 11011000 | 11000010 | 0 | 1111 | 11000 | 0 | 10110 | 1100100 | 1011000 |
Color Harmonies of #FFD8C2
Complementary color
Monochromatic Colors of #FFD8C2
Black with #FFD8C2
Text Example
Text Example
White with #FFD8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8C2; }
p { color: rgb(255,216,194); }
H1.HeaderClassName
{
color: #FFD8C2;
}
.AnyTagClassName
{
color: #FFD8C2;
}
</style>
background-color css
<style>
a { background-color: #FFD8C2; }
a { background-color: rgb(255,216,194); }
div.DivClassName
{
background-color: #FFD8C2;
}
.BgClassName
{
background-color: #FFD8C2;
}
</style>
border-color css
<style>
span { border-color: #FFD8C2; }
span { border-color: rgb(255,216,194); }
td.TdClassName
{
border-color: #FFD8C2;
}
.TagClassName
{
border-color: #FFD8C2;
}
</style>