Shades of Karry #FDDDC4
Tints of Karry #FDDDC4
RGB
CMYK
RGB Variations
Color information
#FDDDC4 (or 0xFDDDC4) is known color: Karry. HEX triplet: FD, DD and C4. RGB value is (253,221,196). Sum of RGB (Red+Green+Blue) = 253+221+196=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 196 (76.95% from 255 or 29.25% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDC4 is #02223B. Grayscale: #E3E3E3. Windows color (decimal): -139836 or 12901885. OLE color: 12901885.
HSL color Cylindrical-coordinate representation of color #FDDDC4: hue angle of 26.32º degrees, saturation: 0.93, 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 #FDDDC4 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 196 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.01 |
| HSL | 26.32º | 0.93% | 0.88% | - |
| HSV(B) | 26.32º | 0.23% | 0.99% | - |
| XYZ | 76.33 | 76.58 | 62.98 | - |
| YUV | 227.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 196 | 0 | 0.13 | 0.23 | 0.01 | 26.32 | 0.93 | 0.88 |
| Hex | FD | DD | C4 | 0 | D | 17 | 1 | 1A | 5D | 58 |
| Octal | 375 | 335 | 304 | 0 | 15 | 27 | 1 | 32 | 135 | 130 |
| Binary | 11111101 | 11011101 | 11000100 | 0 | 1101 | 10111 | 1 | 11010 | 1011101 | 1011000 |
Color Harmonies of #FDDDC4
Complementary color
Monochromatic Colors of #FDDDC4
Black with #FDDDC4
Text Example
Text Example
White with #FDDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDC4; }
p { color: rgb(253,221,196); }
H1.HeaderClassName
{
color: #FDDDC4;
}
.AnyTagClassName
{
color: #FDDDC4;
}
</style>
background-color css
<style>
a { background-color: #FDDDC4; }
a { background-color: rgb(253,221,196); }
div.DivClassName
{
background-color: #FDDDC4;
}
.BgClassName
{
background-color: #FDDDC4;
}
</style>
border-color css
<style>
span { border-color: #FDDDC4; }
span { border-color: rgb(253,221,196); }
td.TdClassName
{
border-color: #FDDDC4;
}
.TagClassName
{
border-color: #FDDDC4;
}
</style>