Shades of Karry #FDDCC1
Tints of Karry #FDDCC1
RGB
CMYK
RGB Variations
Color information
#FDDCC1 (or 0xFDDCC1) is known color: Karry. HEX triplet: FD, DC and C1. RGB value is (253,220,193). Sum of RGB (Red+Green+Blue) = 253+220+193=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 193 (75.78% from 255 or 28.98% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCC1 is #02233E. Grayscale: #E2E2E2. Windows color (decimal): -140095 or 12705021. OLE color: 12705021.
HSL color Cylindrical-coordinate representation of color #FDDCC1: hue angle of 27º 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 #FDDCC1 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 193 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.01 |
| HSL | 27º | 0.94% | 0.87% | - |
| HSV(B) | 27º | 0.24% | 0.99% | - |
| XYZ | 75.73 | 75.92 | 61.11 | - |
| YUV | 226.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 193 | 0 | 0.13 | 0.24 | 0.01 | 27 | 0.94 | 0.87 |
| Hex | FD | DC | C1 | 0 | D | 18 | 1 | 1B | 5E | 57 |
| Octal | 375 | 334 | 301 | 0 | 15 | 30 | 1 | 33 | 136 | 127 |
| Binary | 11111101 | 11011100 | 11000001 | 0 | 1101 | 11000 | 1 | 11011 | 1011110 | 1010111 |
Color Harmonies of #FDDCC1
Complementary color
Monochromatic Colors of #FDDCC1
Black with #FDDCC1
Text Example
Text Example
White with #FDDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCC1; }
p { color: rgb(253,220,193); }
H1.HeaderClassName
{
color: #FDDCC1;
}
.AnyTagClassName
{
color: #FDDCC1;
}
</style>
background-color css
<style>
a { background-color: #FDDCC1; }
a { background-color: rgb(253,220,193); }
div.DivClassName
{
background-color: #FDDCC1;
}
.BgClassName
{
background-color: #FDDCC1;
}
</style>
border-color css
<style>
span { border-color: #FDDCC1; }
span { border-color: rgb(253,220,193); }
td.TdClassName
{
border-color: #FDDCC1;
}
.TagClassName
{
border-color: #FDDCC1;
}
</style>