Shades of Karry #FDDDC6
Tints of Karry #FDDDC6
RGB
CMYK
RGB Variations
Color information
#FDDDC6 (or 0xFDDDC6) is known color: Karry. HEX triplet: FD, DD and C6. RGB value is (253,221,198). Sum of RGB (Red+Green+Blue) = 253+221+198=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 198 (77.73% from 255 or 29.46% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDC6 is #022239. Grayscale: #E4E4E4. Windows color (decimal): -139834 or 13032957. OLE color: 13032957.
HSL color Cylindrical-coordinate representation of color #FDDDC6: hue angle of 25.09º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDDDC6 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 198 | - |
CMYK | 0 | 0.13 | 0.22 | 0.01 |
HSL | 25.09º | 0.93% | 0.88% | - |
HSV(B) | 25.09º | 0.22% | 0.99% | - |
XYZ | 76.56 | 76.67 | 64.19 | - |
YUV | 227.95 | 111.1 | 145.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 198 | 0 | 0.13 | 0.22 | 0.01 | 25.09 | 0.93 | 0.88 |
Hex | FD | DD | C6 | 0 | D | 16 | 1 | 19 | 5D | 58 |
Octal | 375 | 335 | 306 | 0 | 15 | 26 | 1 | 31 | 135 | 130 |
Binary | 11111101 | 11011101 | 11000110 | 0 | 1101 | 10110 | 1 | 11001 | 1011101 | 1011000 |
Color Harmonies of #FDDDC6
Complementary color
Monochromatic Colors of #FDDDC6
Black with #FDDDC6
Text Example
Text Example
White with #FDDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDC6; }
p { color: rgb(253,221,198); }
H1.HeaderClassName
{
color: #FDDDC6;
}
.AnyTagClassName
{
color: #FDDDC6;
}
</style>
background-color css
<style>
a { background-color: #FDDDC6; }
a { background-color: rgb(253,221,198); }
div.DivClassName
{
background-color: #FDDDC6;
}
.BgClassName
{
background-color: #FDDDC6;
}
</style>
border-color css
<style>
span { border-color: #FDDDC6; }
span { border-color: rgb(253,221,198); }
td.TdClassName
{
border-color: #FDDDC6;
}
.TagClassName
{
border-color: #FDDDC6;
}
</style>