Shades of Karry #FDDCC3
Tints of Karry #FDDCC3
RGB
CMYK
RGB Variations
Color information
#FDDCC3 (or 0xFDDCC3) is known color: Karry. HEX triplet: FD, DC and C3. RGB value is (253,220,195). Sum of RGB (Red+Green+Blue) = 253+220+195=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 195 (76.56% from 255 or 29.19% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCC3 is #02233C. Grayscale: #E3E3E3. Windows color (decimal): -140093 or 12836093. OLE color: 12836093.
HSL color Cylindrical-coordinate representation of color #FDDCC3: hue angle of 25.86º 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 #FDDCC3 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 195 | - |
CMYK | 0 | 0.13 | 0.23 | 0.01 |
HSL | 25.86º | 0.94% | 0.88% | - |
HSV(B) | 25.86º | 0.23% | 0.99% | - |
XYZ | 75.95 | 76.01 | 62.3 | - |
YUV | 227.02 | 109.93 | 146.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 195 | 0 | 0.13 | 0.23 | 0.01 | 25.86 | 0.94 | 0.88 |
Hex | FD | DC | C3 | 0 | D | 17 | 1 | 1A | 5E | 58 |
Octal | 375 | 334 | 303 | 0 | 15 | 27 | 1 | 32 | 136 | 130 |
Binary | 11111101 | 11011100 | 11000011 | 0 | 1101 | 10111 | 1 | 11010 | 1011110 | 1011000 |
Color Harmonies of #FDDCC3
Complementary color
Monochromatic Colors of #FDDCC3
Black with #FDDCC3
Text Example
Text Example
White with #FDDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCC3; }
p { color: rgb(253,220,195); }
H1.HeaderClassName
{
color: #FDDCC3;
}
.AnyTagClassName
{
color: #FDDCC3;
}
</style>
background-color css
<style>
a { background-color: #FDDCC3; }
a { background-color: rgb(253,220,195); }
div.DivClassName
{
background-color: #FDDCC3;
}
.BgClassName
{
background-color: #FDDCC3;
}
</style>
border-color css
<style>
span { border-color: #FDDCC3; }
span { border-color: rgb(253,220,195); }
td.TdClassName
{
border-color: #FDDCC3;
}
.TagClassName
{
border-color: #FDDCC3;
}
</style>