Shades of Karry #FDDEC7
Tints of Karry #FDDEC7
RGB
CMYK
RGB Variations
Color information
#FDDEC7 (or 0xFDDEC7) is known color: Karry. HEX triplet: FD, DE and C7. RGB value is (253,222,199). Sum of RGB (Red+Green+Blue) = 253+222+199=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 199 (78.12% from 255 or 29.53% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEC7 is #022138. Grayscale: #E4E4E4. Windows color (decimal): -139577 or 13098749. OLE color: 13098749.
HSL color Cylindrical-coordinate representation of color #FDDEC7: hue angle of 25.56º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDDEC7 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 199 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.01 |
| HSL | 25.56º | 0.93% | 0.89% | - |
| HSV(B) | 25.56º | 0.21% | 0.99% | - |
| XYZ | 76.94 | 77.25 | 64.89 | - |
| YUV | 228.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 199 | 0 | 0.12 | 0.21 | 0.01 | 25.56 | 0.93 | 0.89 |
| Hex | FD | DE | C7 | 0 | C | 15 | 1 | 1A | 5D | 59 |
| Octal | 375 | 336 | 307 | 0 | 14 | 25 | 1 | 32 | 135 | 131 |
| Binary | 11111101 | 11011110 | 11000111 | 0 | 1100 | 10101 | 1 | 11010 | 1011101 | 1011001 |
Color Harmonies of #FDDEC7
Complementary color
Monochromatic Colors of #FDDEC7
Black with #FDDEC7
Text Example
Text Example
White with #FDDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEC7; }
p { color: rgb(253,222,199); }
H1.HeaderClassName
{
color: #FDDEC7;
}
.AnyTagClassName
{
color: #FDDEC7;
}
</style>
background-color css
<style>
a { background-color: #FDDEC7; }
a { background-color: rgb(253,222,199); }
div.DivClassName
{
background-color: #FDDEC7;
}
.BgClassName
{
background-color: #FDDEC7;
}
</style>
border-color css
<style>
span { border-color: #FDDEC7; }
span { border-color: rgb(253,222,199); }
td.TdClassName
{
border-color: #FDDEC7;
}
.TagClassName
{
border-color: #FDDEC7;
}
</style>