Shades of Karry #FDDDC8
Tints of Karry #FDDDC8
RGB
CMYK
RGB Variations
Color information
#FDDDC8 (or 0xFDDDC8) is known color: Karry. HEX triplet: FD, DD and C8. RGB value is (253,221,200). Sum of RGB (Red+Green+Blue) = 253+221+200=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 200 (78.52% from 255 or 29.67% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDC8 is #022237. Grayscale: #E4E4E4. Windows color (decimal): -139832 or 13164029. OLE color: 13164029.
HSL color Cylindrical-coordinate representation of color #FDDDC8: hue angle of 23.77º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDDDC8 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 200 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.01 |
| HSL | 23.77º | 0.93% | 0.89% | - |
| HSV(B) | 23.77º | 0.21% | 0.99% | - |
| XYZ | 76.79 | 76.77 | 65.41 | - |
| YUV | 228.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 200 | 0 | 0.13 | 0.21 | 0.01 | 23.77 | 0.93 | 0.89 |
| Hex | FD | DD | C8 | 0 | D | 15 | 1 | 18 | 5D | 59 |
| Octal | 375 | 335 | 310 | 0 | 15 | 25 | 1 | 30 | 135 | 131 |
| Binary | 11111101 | 11011101 | 11001000 | 0 | 1101 | 10101 | 1 | 11000 | 1011101 | 1011001 |
Color Harmonies of #FDDDC8
Complementary color
Monochromatic Colors of #FDDDC8
Black with #FDDDC8
Text Example
Text Example
White with #FDDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDC8; }
p { color: rgb(253,221,200); }
H1.HeaderClassName
{
color: #FDDDC8;
}
.AnyTagClassName
{
color: #FDDDC8;
}
</style>
background-color css
<style>
a { background-color: #FDDDC8; }
a { background-color: rgb(253,221,200); }
div.DivClassName
{
background-color: #FDDDC8;
}
.BgClassName
{
background-color: #FDDDC8;
}
</style>
border-color css
<style>
span { border-color: #FDDDC8; }
span { border-color: rgb(253,221,200); }
td.TdClassName
{
border-color: #FDDDC8;
}
.TagClassName
{
border-color: #FDDDC8;
}
</style>