Shades of Karry #FDDEC0
Tints of Karry #FDDEC0
RGB
CMYK
RGB Variations
Color information
#FDDEC0 (or 0xFDDEC0) is known color: Karry. HEX triplet: FD, DE and C0. RGB value is (253,222,192). Sum of RGB (Red+Green+Blue) = 253+222+192=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEC0 is #02213F. Grayscale: #E4E4E4. Windows color (decimal): -139584 or 12639997. OLE color: 12639997.
HSL color Cylindrical-coordinate representation of color #FDDEC0: hue angle of 29.51º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDDEC0 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 192 | - |
CMYK | 0 | 0.12 | 0.24 | 0.01 |
HSL | 29.51º | 0.94% | 0.87% | - |
HSV(B) | 29.51º | 0.24% | 0.99% | - |
XYZ | 76.14 | 76.93 | 60.71 | - |
YUV | 227.85 | 107.77 | 145.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 192 | 0 | 0.12 | 0.24 | 0.01 | 29.51 | 0.94 | 0.87 |
Hex | FD | DE | C0 | 0 | C | 18 | 1 | 1E | 5E | 57 |
Octal | 375 | 336 | 300 | 0 | 14 | 30 | 1 | 36 | 136 | 127 |
Binary | 11111101 | 11011110 | 11000000 | 0 | 1100 | 11000 | 1 | 11110 | 1011110 | 1010111 |
Color Harmonies of #FDDEC0
Complementary color
Monochromatic Colors of #FDDEC0
Black with #FDDEC0
Text Example
Text Example
White with #FDDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEC0; }
p { color: rgb(253,222,192); }
H1.HeaderClassName
{
color: #FDDEC0;
}
.AnyTagClassName
{
color: #FDDEC0;
}
</style>
background-color css
<style>
a { background-color: #FDDEC0; }
a { background-color: rgb(253,222,192); }
div.DivClassName
{
background-color: #FDDEC0;
}
.BgClassName
{
background-color: #FDDEC0;
}
</style>
border-color css
<style>
span { border-color: #FDDEC0; }
span { border-color: rgb(253,222,192); }
td.TdClassName
{
border-color: #FDDEC0;
}
.TagClassName
{
border-color: #FDDEC0;
}
</style>