Shades of Karry #FDE0CD
Tints of Karry #FDE0CD
RGB
CMYK
RGB Variations
Color information
#FDE0CD (or 0xFDE0CD) is known color: Karry. HEX triplet: FD, E0 and CD. RGB value is (253,224,205). Sum of RGB (Red+Green+Blue) = 253+224+205=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 205 (80.47% from 255 or 30.06% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0CD is #021F32. Grayscale: #E6E6E6. Windows color (decimal): -139059 or 13492477. OLE color: 13492477.
HSL color Cylindrical-coordinate representation of color #FDE0CD: hue angle of 23.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDE0CD is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 205 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.01 |
| HSL | 23.75º | 0.92% | 0.9% | - |
| HSV(B) | 23.75º | 0.19% | 0.99% | - |
| XYZ | 78.18 | 78.6 | 68.81 | - |
| YUV | 230.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 205 | 0 | 0.11 | 0.19 | 0.01 | 23.75 | 0.92 | 0.9 |
| Hex | FD | E0 | CD | 0 | B | 13 | 1 | 18 | 5C | 5A |
| Octal | 375 | 340 | 315 | 0 | 13 | 23 | 1 | 30 | 134 | 132 |
| Binary | 11111101 | 11100000 | 11001101 | 0 | 1011 | 10011 | 1 | 11000 | 1011100 | 1011010 |
Color Harmonies of #FDE0CD
Complementary color
Monochromatic Colors of #FDE0CD
Black with #FDE0CD
Text Example
Text Example
White with #FDE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0CD; }
p { color: rgb(253,224,205); }
H1.HeaderClassName
{
color: #FDE0CD;
}
.AnyTagClassName
{
color: #FDE0CD;
}
</style>
background-color css
<style>
a { background-color: #FDE0CD; }
a { background-color: rgb(253,224,205); }
div.DivClassName
{
background-color: #FDE0CD;
}
.BgClassName
{
background-color: #FDE0CD;
}
</style>
border-color css
<style>
span { border-color: #FDE0CD; }
span { border-color: rgb(253,224,205); }
td.TdClassName
{
border-color: #FDE0CD;
}
.TagClassName
{
border-color: #FDE0CD;
}
</style>