Shades of Karry #FDDEC9
Tints of Karry #FDDEC9
RGB
CMYK
RGB Variations
Color information
#FDDEC9 (or 0xFDDEC9) is known color: Karry. HEX triplet: FD, DE and C9. RGB value is (253,222,201). Sum of RGB (Red+Green+Blue) = 253+222+201=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 201 (78.91% from 255 or 29.73% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEC9 is #022136. Grayscale: #E4E4E4. Windows color (decimal): -139575 or 13229821. OLE color: 13229821.
HSL color Cylindrical-coordinate representation of color #FDDEC9: hue angle of 24.23º 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 #FDDEC9 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 201 | - |
CMYK | 0 | 0.12 | 0.21 | 0.01 |
HSL | 24.23º | 0.93% | 0.89% | - |
HSV(B) | 24.23º | 0.21% | 0.99% | - |
XYZ | 77.17 | 77.34 | 66.12 | - |
YUV | 228.88 | 112.27 | 145.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 201 | 0 | 0.12 | 0.21 | 0.01 | 24.23 | 0.93 | 0.89 |
Hex | FD | DE | C9 | 0 | C | 15 | 1 | 18 | 5D | 59 |
Octal | 375 | 336 | 311 | 0 | 14 | 25 | 1 | 30 | 135 | 131 |
Binary | 11111101 | 11011110 | 11001001 | 0 | 1100 | 10101 | 1 | 11000 | 1011101 | 1011001 |
Color Harmonies of #FDDEC9
Complementary color
Monochromatic Colors of #FDDEC9
Black with #FDDEC9
Text Example
Text Example
White with #FDDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEC9; }
p { color: rgb(253,222,201); }
H1.HeaderClassName
{
color: #FDDEC9;
}
.AnyTagClassName
{
color: #FDDEC9;
}
</style>
background-color css
<style>
a { background-color: #FDDEC9; }
a { background-color: rgb(253,222,201); }
div.DivClassName
{
background-color: #FDDEC9;
}
.BgClassName
{
background-color: #FDDEC9;
}
</style>
border-color css
<style>
span { border-color: #FDDEC9; }
span { border-color: rgb(253,222,201); }
td.TdClassName
{
border-color: #FDDEC9;
}
.TagClassName
{
border-color: #FDDEC9;
}
</style>