Shades of Karry #FDDEC8
Tints of Karry #FDDEC8
RGB
CMYK
RGB Variations
Color information
#FDDEC8 (or 0xFDDEC8) is known color: Karry. HEX triplet: FD, DE and C8. RGB value is (253,222,200). Sum of RGB (Red+Green+Blue) = 253+222+200=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 200 (78.52% from 255 or 29.63% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEC8 is #022137. Grayscale: #E4E4E4. Windows color (decimal): -139576 or 13164285. OLE color: 13164285.
HSL color Cylindrical-coordinate representation of color #FDDEC8: hue angle of 24.91º 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 #FDDEC8 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 200 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.01 |
| HSL | 24.91º | 0.93% | 0.89% | - |
| HSV(B) | 24.91º | 0.21% | 0.99% | - |
| XYZ | 77.05 | 77.3 | 65.5 | - |
| YUV | 228.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 200 | 0 | 0.12 | 0.21 | 0.01 | 24.91 | 0.93 | 0.89 |
| Hex | FD | DE | C8 | 0 | C | 15 | 1 | 19 | 5D | 59 |
| Octal | 375 | 336 | 310 | 0 | 14 | 25 | 1 | 31 | 135 | 131 |
| Binary | 11111101 | 11011110 | 11001000 | 0 | 1100 | 10101 | 1 | 11001 | 1011101 | 1011001 |
Color Harmonies of #FDDEC8
Complementary color
Monochromatic Colors of #FDDEC8
Black with #FDDEC8
Text Example
Text Example
White with #FDDEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEC8; }
p { color: rgb(253,222,200); }
H1.HeaderClassName
{
color: #FDDEC8;
}
.AnyTagClassName
{
color: #FDDEC8;
}
</style>
background-color css
<style>
a { background-color: #FDDEC8; }
a { background-color: rgb(253,222,200); }
div.DivClassName
{
background-color: #FDDEC8;
}
.BgClassName
{
background-color: #FDDEC8;
}
</style>
border-color css
<style>
span { border-color: #FDDEC8; }
span { border-color: rgb(253,222,200); }
td.TdClassName
{
border-color: #FDDEC8;
}
.TagClassName
{
border-color: #FDDEC8;
}
</style>