Shades of Karry #FDDEC1
Tints of Karry #FDDEC1
RGB
CMYK
RGB Variations
Color information
#FDDEC1 (or 0xFDDEC1) is known color: Karry. HEX triplet: FD, DE and C1. RGB value is (253,222,193). Sum of RGB (Red+Green+Blue) = 253+222+193=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 193 (75.78% from 255 or 28.89% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEC1 is #02213E. Grayscale: #E4E4E4. Windows color (decimal): -139583 or 12705533. OLE color: 12705533.
HSL color Cylindrical-coordinate representation of color #FDDEC1: hue angle of 29º 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 #FDDEC1 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 193 | - |
CMYK | 0 | 0.12 | 0.24 | 0.01 |
HSL | 29º | 0.94% | 0.87% | - |
HSV(B) | 29º | 0.24% | 0.99% | - |
XYZ | 76.25 | 76.98 | 61.29 | - |
YUV | 227.96 | 108.27 | 145.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 193 | 0 | 0.12 | 0.24 | 0.01 | 29 | 0.94 | 0.87 |
Hex | FD | DE | C1 | 0 | C | 18 | 1 | 1D | 5E | 57 |
Octal | 375 | 336 | 301 | 0 | 14 | 30 | 1 | 35 | 136 | 127 |
Binary | 11111101 | 11011110 | 11000001 | 0 | 1100 | 11000 | 1 | 11101 | 1011110 | 1010111 |
Color Harmonies of #FDDEC1
Complementary color
Monochromatic Colors of #FDDEC1
Black with #FDDEC1
Text Example
Text Example
White with #FDDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEC1; }
p { color: rgb(253,222,193); }
H1.HeaderClassName
{
color: #FDDEC1;
}
.AnyTagClassName
{
color: #FDDEC1;
}
</style>
background-color css
<style>
a { background-color: #FDDEC1; }
a { background-color: rgb(253,222,193); }
div.DivClassName
{
background-color: #FDDEC1;
}
.BgClassName
{
background-color: #FDDEC1;
}
</style>
border-color css
<style>
span { border-color: #FDDEC1; }
span { border-color: rgb(253,222,193); }
td.TdClassName
{
border-color: #FDDEC1;
}
.TagClassName
{
border-color: #FDDEC1;
}
</style>