Shades of Karry #FDDDC3
Tints of Karry #FDDDC3
RGB
CMYK
RGB Variations
Color information
#FDDDC3 (or 0xFDDDC3) is known color: Karry. HEX triplet: FD, DD and C3. RGB value is (253,221,195). Sum of RGB (Red+Green+Blue) = 253+221+195=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 195 (76.56% from 255 or 29.15% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDC3 is #02223C. Grayscale: #E3E3E3. Windows color (decimal): -139837 or 12836349. OLE color: 12836349.
HSL color Cylindrical-coordinate representation of color #FDDDC3: hue angle of 26.9º 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 #FDDDC3 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 195 | - |
CMYK | 0 | 0.13 | 0.23 | 0.01 |
HSL | 26.9º | 0.94% | 0.88% | - |
HSV(B) | 26.9º | 0.23% | 0.99% | - |
XYZ | 76.21 | 76.54 | 62.39 | - |
YUV | 227.6 | 109.6 | 146.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 195 | 0 | 0.13 | 0.23 | 0.01 | 26.9 | 0.94 | 0.88 |
Hex | FD | DD | C3 | 0 | D | 17 | 1 | 1B | 5E | 58 |
Octal | 375 | 335 | 303 | 0 | 15 | 27 | 1 | 33 | 136 | 130 |
Binary | 11111101 | 11011101 | 11000011 | 0 | 1101 | 10111 | 1 | 11011 | 1011110 | 1011000 |
Color Harmonies of #FDDDC3
Complementary color
Monochromatic Colors of #FDDDC3
Black with #FDDDC3
Text Example
Text Example
White with #FDDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDC3; }
p { color: rgb(253,221,195); }
H1.HeaderClassName
{
color: #FDDDC3;
}
.AnyTagClassName
{
color: #FDDDC3;
}
</style>
background-color css
<style>
a { background-color: #FDDDC3; }
a { background-color: rgb(253,221,195); }
div.DivClassName
{
background-color: #FDDDC3;
}
.BgClassName
{
background-color: #FDDDC3;
}
</style>
border-color css
<style>
span { border-color: #FDDDC3; }
span { border-color: rgb(253,221,195); }
td.TdClassName
{
border-color: #FDDDC3;
}
.TagClassName
{
border-color: #FDDDC3;
}
</style>