Shades of Karry #FDDEC5
Tints of Karry #FDDEC5
RGB
CMYK
RGB Variations
Color information
#FDDEC5 (or 0xFDDEC5) is known color: Karry. HEX triplet: FD, DE and C5. RGB value is (253,222,197). Sum of RGB (Red+Green+Blue) = 253+222+197=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 197 (77.34% from 255 or 29.32% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEC5 is #02213A. Grayscale: #E4E4E4. Windows color (decimal): -139579 or 12967677. OLE color: 12967677.
HSL color Cylindrical-coordinate representation of color #FDDEC5: hue angle of 26.79º 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 #FDDEC5 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 197 | - |
CMYK | 0 | 0.12 | 0.22 | 0.01 |
HSL | 26.79º | 0.93% | 0.88% | - |
HSV(B) | 26.79º | 0.22% | 0.99% | - |
XYZ | 76.71 | 77.16 | 63.67 | - |
YUV | 228.42 | 110.27 | 145.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 197 | 0 | 0.12 | 0.22 | 0.01 | 26.79 | 0.93 | 0.88 |
Hex | FD | DE | C5 | 0 | C | 16 | 1 | 1B | 5D | 58 |
Octal | 375 | 336 | 305 | 0 | 14 | 26 | 1 | 33 | 135 | 130 |
Binary | 11111101 | 11011110 | 11000101 | 0 | 1100 | 10110 | 1 | 11011 | 1011101 | 1011000 |
Color Harmonies of #FDDEC5
Complementary color
Monochromatic Colors of #FDDEC5
Black with #FDDEC5
Text Example
Text Example
White with #FDDEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEC5; }
p { color: rgb(253,222,197); }
H1.HeaderClassName
{
color: #FDDEC5;
}
.AnyTagClassName
{
color: #FDDEC5;
}
</style>
background-color css
<style>
a { background-color: #FDDEC5; }
a { background-color: rgb(253,222,197); }
div.DivClassName
{
background-color: #FDDEC5;
}
.BgClassName
{
background-color: #FDDEC5;
}
</style>
border-color css
<style>
span { border-color: #FDDEC5; }
span { border-color: rgb(253,222,197); }
td.TdClassName
{
border-color: #FDDEC5;
}
.TagClassName
{
border-color: #FDDEC5;
}
</style>