Shades of Karry #FDDDC2
Tints of Karry #FDDDC2
RGB
CMYK
RGB Variations
Color information
#FDDDC2 (or 0xFDDDC2) is known color: Karry. HEX triplet: FD, DD and C2. RGB value is (253,221,194). Sum of RGB (Red+Green+Blue) = 253+221+194=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 194 (76.17% from 255 or 29.04% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDC2 is #02223D. Grayscale: #E3E3E3. Windows color (decimal): -139838 or 12770813. OLE color: 12770813.
HSL color Cylindrical-coordinate representation of color #FDDDC2: hue angle of 27.46º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDDDC2 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 194 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.01 |
| HSL | 27.46º | 0.94% | 0.88% | - |
| HSV(B) | 27.46º | 0.23% | 0.99% | - |
| XYZ | 76.1 | 76.49 | 61.79 | - |
| YUV | 227.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 194 | 0 | 0.13 | 0.23 | 0.01 | 27.46 | 0.94 | 0.88 |
| Hex | FD | DD | C2 | 0 | D | 17 | 1 | 1B | 5E | 58 |
| Octal | 375 | 335 | 302 | 0 | 15 | 27 | 1 | 33 | 136 | 130 |
| Binary | 11111101 | 11011101 | 11000010 | 0 | 1101 | 10111 | 1 | 11011 | 1011110 | 1011000 |
Color Harmonies of #FDDDC2
Complementary color
Monochromatic Colors of #FDDDC2
Black with #FDDDC2
Text Example
Text Example
White with #FDDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDC2; }
p { color: rgb(253,221,194); }
H1.HeaderClassName
{
color: #FDDDC2;
}
.AnyTagClassName
{
color: #FDDDC2;
}
</style>
background-color css
<style>
a { background-color: #FDDDC2; }
a { background-color: rgb(253,221,194); }
div.DivClassName
{
background-color: #FDDDC2;
}
.BgClassName
{
background-color: #FDDDC2;
}
</style>
border-color css
<style>
span { border-color: #FDDDC2; }
span { border-color: rgb(253,221,194); }
td.TdClassName
{
border-color: #FDDDC2;
}
.TagClassName
{
border-color: #FDDDC2;
}
</style>