Shades of Karry #FDDDC0
Tints of Karry #FDDDC0
RGB
CMYK
RGB Variations
Color information
#FDDDC0 (or 0xFDDDC0) is known color: Karry. HEX triplet: FD, DD and C0. RGB value is (253,221,192). Sum of RGB (Red+Green+Blue) = 253+221+192=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 192 (75.39% from 255 or 28.83% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDC0 is #02223F. Grayscale: #E3E3E3. Windows color (decimal): -139840 or 12639741. OLE color: 12639741.
HSL color Cylindrical-coordinate representation of color #FDDDC0: hue angle of 28.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDDDC0 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 192 | - |
CMYK | 0 | 0.13 | 0.24 | 0.01 |
HSL | 28.52º | 0.94% | 0.87% | - |
HSV(B) | 28.52º | 0.24% | 0.99% | - |
XYZ | 75.88 | 76.4 | 60.62 | - |
YUV | 227.26 | 108.1 | 146.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 192 | 0 | 0.13 | 0.24 | 0.01 | 28.52 | 0.94 | 0.87 |
Hex | FD | DD | C0 | 0 | D | 18 | 1 | 1D | 5E | 57 |
Octal | 375 | 335 | 300 | 0 | 15 | 30 | 1 | 35 | 136 | 127 |
Binary | 11111101 | 11011101 | 11000000 | 0 | 1101 | 11000 | 1 | 11101 | 1011110 | 1010111 |
Color Harmonies of #FDDDC0
Complementary color
Monochromatic Colors of #FDDDC0
Black with #FDDDC0
Text Example
Text Example
White with #FDDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDC0; }
p { color: rgb(253,221,192); }
H1.HeaderClassName
{
color: #FDDDC0;
}
.AnyTagClassName
{
color: #FDDDC0;
}
</style>
background-color css
<style>
a { background-color: #FDDDC0; }
a { background-color: rgb(253,221,192); }
div.DivClassName
{
background-color: #FDDDC0;
}
.BgClassName
{
background-color: #FDDDC0;
}
</style>
border-color css
<style>
span { border-color: #FDDDC0; }
span { border-color: rgb(253,221,192); }
td.TdClassName
{
border-color: #FDDDC0;
}
.TagClassName
{
border-color: #FDDDC0;
}
</style>