Shades of Karry #FDDDC1
Tints of Karry #FDDDC1
RGB
CMYK
RGB Variations
Color information
#FDDDC1 (or 0xFDDDC1) is known color: Karry. HEX triplet: FD, DD and C1. RGB value is (253,221,193). Sum of RGB (Red+Green+Blue) = 253+221+193=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDC1 is #02223E. Grayscale: #E3E3E3. Windows color (decimal): -139839 or 12705277. OLE color: 12705277.
HSL color Cylindrical-coordinate representation of color #FDDDC1: hue angle of 28º 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 #FDDDC1 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 193 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.01 |
| HSL | 28º | 0.94% | 0.87% | - |
| HSV(B) | 28º | 0.24% | 0.99% | - |
| XYZ | 75.99 | 76.45 | 61.2 | - |
| YUV | 227.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 193 | 0 | 0.13 | 0.24 | 0.01 | 28 | 0.94 | 0.87 |
| Hex | FD | DD | C1 | 0 | D | 18 | 1 | 1C | 5E | 57 |
| Octal | 375 | 335 | 301 | 0 | 15 | 30 | 1 | 34 | 136 | 127 |
| Binary | 11111101 | 11011101 | 11000001 | 0 | 1101 | 11000 | 1 | 11100 | 1011110 | 1010111 |
Color Harmonies of #FDDDC1
Complementary color
Monochromatic Colors of #FDDDC1
Black with #FDDDC1
Text Example
Text Example
White with #FDDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDC1; }
p { color: rgb(253,221,193); }
H1.HeaderClassName
{
color: #FDDDC1;
}
.AnyTagClassName
{
color: #FDDDC1;
}
</style>
background-color css
<style>
a { background-color: #FDDDC1; }
a { background-color: rgb(253,221,193); }
div.DivClassName
{
background-color: #FDDDC1;
}
.BgClassName
{
background-color: #FDDDC1;
}
</style>
border-color css
<style>
span { border-color: #FDDDC1; }
span { border-color: rgb(253,221,193); }
td.TdClassName
{
border-color: #FDDDC1;
}
.TagClassName
{
border-color: #FDDDC1;
}
</style>