Shades of Karry #FDDEC4
Tints of Karry #FDDEC4
RGB
CMYK
RGB Variations
Color information
#FDDEC4 (or 0xFDDEC4) is known color: Karry. HEX triplet: FD, DE and C4. RGB value is (253,222,196). Sum of RGB (Red+Green+Blue) = 253+222+196=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEC4 is #02213B. Grayscale: #E4E4E4. Windows color (decimal): -139580 or 12902141. OLE color: 12902141.
HSL color Cylindrical-coordinate representation of color #FDDEC4: hue angle of 27.37º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDDEC4 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 196 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.01 |
| HSL | 27.37º | 0.93% | 0.88% | - |
| HSV(B) | 27.37º | 0.23% | 0.99% | - |
| XYZ | 76.59 | 77.11 | 63.07 | - |
| YUV | 228.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 196 | 0 | 0.12 | 0.23 | 0.01 | 27.37 | 0.93 | 0.88 |
| Hex | FD | DE | C4 | 0 | C | 17 | 1 | 1B | 5D | 58 |
| Octal | 375 | 336 | 304 | 0 | 14 | 27 | 1 | 33 | 135 | 130 |
| Binary | 11111101 | 11011110 | 11000100 | 0 | 1100 | 10111 | 1 | 11011 | 1011101 | 1011000 |
Color Harmonies of #FDDEC4
Complementary color
Monochromatic Colors of #FDDEC4
Black with #FDDEC4
Text Example
Text Example
White with #FDDEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEC4; }
p { color: rgb(253,222,196); }
H1.HeaderClassName
{
color: #FDDEC4;
}
.AnyTagClassName
{
color: #FDDEC4;
}
</style>
background-color css
<style>
a { background-color: #FDDEC4; }
a { background-color: rgb(253,222,196); }
div.DivClassName
{
background-color: #FDDEC4;
}
.BgClassName
{
background-color: #FDDEC4;
}
</style>
border-color css
<style>
span { border-color: #FDDEC4; }
span { border-color: rgb(253,222,196); }
td.TdClassName
{
border-color: #FDDEC4;
}
.TagClassName
{
border-color: #FDDEC4;
}
</style>