Shades of Karry #FDE0C6
Tints of Karry #FDE0C6
RGB
CMYK
RGB Variations
Color information
#FDE0C6 (or 0xFDE0C6) is known color: Karry. HEX triplet: FD, E0 and C6. RGB value is (253,224,198). Sum of RGB (Red+Green+Blue) = 253+224+198=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 198 (77.73% from 255 or 29.33% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0C6 is #021F39. Grayscale: #E5E5E5. Windows color (decimal): -139066 or 13033725. OLE color: 13033725.
HSL color Cylindrical-coordinate representation of color #FDE0C6: hue angle of 28.36º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDE0C6 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 198 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.01 |
| HSL | 28.36º | 0.93% | 0.88% | - |
| HSV(B) | 28.36º | 0.22% | 0.99% | - |
| XYZ | 77.36 | 78.27 | 64.46 | - |
| YUV | 229.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 198 | 0 | 0.11 | 0.22 | 0.01 | 28.36 | 0.93 | 0.88 |
| Hex | FD | E0 | C6 | 0 | B | 16 | 1 | 1C | 5D | 58 |
| Octal | 375 | 340 | 306 | 0 | 13 | 26 | 1 | 34 | 135 | 130 |
| Binary | 11111101 | 11100000 | 11000110 | 0 | 1011 | 10110 | 1 | 11100 | 1011101 | 1011000 |
Color Harmonies of #FDE0C6
Complementary color
Monochromatic Colors of #FDE0C6
Black with #FDE0C6
Text Example
Text Example
White with #FDE0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0C6; }
p { color: rgb(253,224,198); }
H1.HeaderClassName
{
color: #FDE0C6;
}
.AnyTagClassName
{
color: #FDE0C6;
}
</style>
background-color css
<style>
a { background-color: #FDE0C6; }
a { background-color: rgb(253,224,198); }
div.DivClassName
{
background-color: #FDE0C6;
}
.BgClassName
{
background-color: #FDE0C6;
}
</style>
border-color css
<style>
span { border-color: #FDE0C6; }
span { border-color: rgb(253,224,198); }
td.TdClassName
{
border-color: #FDE0C6;
}
.TagClassName
{
border-color: #FDE0C6;
}
</style>