Shades of Karry #FDDEC6
Tints of Karry #FDDEC6
RGB
CMYK
RGB Variations
Color information
#FDDEC6 (or 0xFDDEC6) is known color: Karry. HEX triplet: FD, DE and C6. RGB value is (253,222,198). Sum of RGB (Red+Green+Blue) = 253+222+198=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 198 (77.73% from 255 or 29.42% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEC6 is #022139. Grayscale: #E4E4E4. Windows color (decimal): -139578 or 13033213. OLE color: 13033213.
HSL color Cylindrical-coordinate representation of color #FDDEC6: hue angle of 26.18º 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 #FDDEC6 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 198 | - |
CMYK | 0 | 0.12 | 0.22 | 0.01 |
HSL | 26.18º | 0.93% | 0.88% | - |
HSV(B) | 26.18º | 0.22% | 0.99% | - |
XYZ | 76.82 | 77.2 | 64.28 | - |
YUV | 228.53 | 110.77 | 145.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 198 | 0 | 0.12 | 0.22 | 0.01 | 26.18 | 0.93 | 0.88 |
Hex | FD | DE | C6 | 0 | C | 16 | 1 | 1A | 5D | 58 |
Octal | 375 | 336 | 306 | 0 | 14 | 26 | 1 | 32 | 135 | 130 |
Binary | 11111101 | 11011110 | 11000110 | 0 | 1100 | 10110 | 1 | 11010 | 1011101 | 1011000 |
Color Harmonies of #FDDEC6
Complementary color
Monochromatic Colors of #FDDEC6
Black with #FDDEC6
Text Example
Text Example
White with #FDDEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEC6; }
p { color: rgb(253,222,198); }
H1.HeaderClassName
{
color: #FDDEC6;
}
.AnyTagClassName
{
color: #FDDEC6;
}
</style>
background-color css
<style>
a { background-color: #FDDEC6; }
a { background-color: rgb(253,222,198); }
div.DivClassName
{
background-color: #FDDEC6;
}
.BgClassName
{
background-color: #FDDEC6;
}
</style>
border-color css
<style>
span { border-color: #FDDEC6; }
span { border-color: rgb(253,222,198); }
td.TdClassName
{
border-color: #FDDEC6;
}
.TagClassName
{
border-color: #FDDEC6;
}
</style>