Shades of Karry #FDDCC0
Tints of Karry #FDDCC0
RGB
CMYK
RGB Variations
Color information
#FDDCC0 (or 0xFDDCC0) is known color: Karry. HEX triplet: FD, DC and C0. RGB value is (253,220,192). Sum of RGB (Red+Green+Blue) = 253+220+192=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCC0 is #02233F. Grayscale: #E2E2E2. Windows color (decimal): -140096 or 12639485. OLE color: 12639485.
HSL color Cylindrical-coordinate representation of color #FDDCC0: hue angle of 27.54º 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 #FDDCC0 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 192 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.01 |
| HSL | 27.54º | 0.94% | 0.87% | - |
| HSV(B) | 27.54º | 0.24% | 0.99% | - |
| XYZ | 75.62 | 75.87 | 60.53 | - |
| YUV | 226.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 192 | 0 | 0.13 | 0.24 | 0.01 | 27.54 | 0.94 | 0.87 |
| Hex | FD | DC | C0 | 0 | D | 18 | 1 | 1C | 5E | 57 |
| Octal | 375 | 334 | 300 | 0 | 15 | 30 | 1 | 34 | 136 | 127 |
| Binary | 11111101 | 11011100 | 11000000 | 0 | 1101 | 11000 | 1 | 11100 | 1011110 | 1010111 |
Color Harmonies of #FDDCC0
Complementary color
Monochromatic Colors of #FDDCC0
Black with #FDDCC0
Text Example
Text Example
White with #FDDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCC0; }
p { color: rgb(253,220,192); }
H1.HeaderClassName
{
color: #FDDCC0;
}
.AnyTagClassName
{
color: #FDDCC0;
}
</style>
background-color css
<style>
a { background-color: #FDDCC0; }
a { background-color: rgb(253,220,192); }
div.DivClassName
{
background-color: #FDDCC0;
}
.BgClassName
{
background-color: #FDDCC0;
}
</style>
border-color css
<style>
span { border-color: #FDDCC0; }
span { border-color: rgb(253,220,192); }
td.TdClassName
{
border-color: #FDDCC0;
}
.TagClassName
{
border-color: #FDDCC0;
}
</style>