Shades of Karry #FDDCC2
Tints of Karry #FDDCC2
RGB
CMYK
RGB Variations
Color information
#FDDCC2 (or 0xFDDCC2) is known color: Karry. HEX triplet: FD, DC and C2. RGB value is (253,220,194). Sum of RGB (Red+Green+Blue) = 253+220+194=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 194 (76.17% from 255 or 29.09% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCC2 is #02233D. Grayscale: #E3E3E3. Windows color (decimal): -140094 or 12770557. OLE color: 12770557.
HSL color Cylindrical-coordinate representation of color #FDDCC2: hue angle of 26.44º 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 #FDDCC2 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 194 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.01 |
| HSL | 26.44º | 0.94% | 0.88% | - |
| HSV(B) | 26.44º | 0.23% | 0.99% | - |
| XYZ | 75.84 | 75.96 | 61.7 | - |
| YUV | 226.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 194 | 0 | 0.13 | 0.23 | 0.01 | 26.44 | 0.94 | 0.88 |
| Hex | FD | DC | C2 | 0 | D | 17 | 1 | 1A | 5E | 58 |
| Octal | 375 | 334 | 302 | 0 | 15 | 27 | 1 | 32 | 136 | 130 |
| Binary | 11111101 | 11011100 | 11000010 | 0 | 1101 | 10111 | 1 | 11010 | 1011110 | 1011000 |
Color Harmonies of #FDDCC2
Complementary color
Monochromatic Colors of #FDDCC2
Black with #FDDCC2
Text Example
Text Example
White with #FDDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCC2; }
p { color: rgb(253,220,194); }
H1.HeaderClassName
{
color: #FDDCC2;
}
.AnyTagClassName
{
color: #FDDCC2;
}
</style>
background-color css
<style>
a { background-color: #FDDCC2; }
a { background-color: rgb(253,220,194); }
div.DivClassName
{
background-color: #FDDCC2;
}
.BgClassName
{
background-color: #FDDCC2;
}
</style>
border-color css
<style>
span { border-color: #FDDCC2; }
span { border-color: rgb(253,220,194); }
td.TdClassName
{
border-color: #FDDCC2;
}
.TagClassName
{
border-color: #FDDCC2;
}
</style>