Shades of Karry #FDDDC7
Tints of Karry #FDDDC7
RGB
CMYK
RGB Variations
Color information
#FDDDC7 (or 0xFDDDC7) is known color: Karry. HEX triplet: FD, DD and C7. RGB value is (253,221,199). Sum of RGB (Red+Green+Blue) = 253+221+199=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 199 (78.12% from 255 or 29.57% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDC7 is #022238. Grayscale: #E4E4E4. Windows color (decimal): -139833 or 13098493. OLE color: 13098493.
HSL color Cylindrical-coordinate representation of color #FDDDC7: hue angle of 24.44º 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 #FDDDC7 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 199 | - |
CMYK | 0 | 0.13 | 0.21 | 0.01 |
HSL | 24.44º | 0.93% | 0.89% | - |
HSV(B) | 24.44º | 0.21% | 0.99% | - |
XYZ | 76.67 | 76.72 | 64.8 | - |
YUV | 228.06 | 111.6 | 145.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 199 | 0 | 0.13 | 0.21 | 0.01 | 24.44 | 0.93 | 0.89 |
Hex | FD | DD | C7 | 0 | D | 15 | 1 | 18 | 5D | 59 |
Octal | 375 | 335 | 307 | 0 | 15 | 25 | 1 | 30 | 135 | 131 |
Binary | 11111101 | 11011101 | 11000111 | 0 | 1101 | 10101 | 1 | 11000 | 1011101 | 1011001 |
Color Harmonies of #FDDDC7
Complementary color
Monochromatic Colors of #FDDDC7
Black with #FDDDC7
Text Example
Text Example
White with #FDDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDC7; }
p { color: rgb(253,221,199); }
H1.HeaderClassName
{
color: #FDDDC7;
}
.AnyTagClassName
{
color: #FDDDC7;
}
</style>
background-color css
<style>
a { background-color: #FDDDC7; }
a { background-color: rgb(253,221,199); }
div.DivClassName
{
background-color: #FDDDC7;
}
.BgClassName
{
background-color: #FDDDC7;
}
</style>
border-color css
<style>
span { border-color: #FDDDC7; }
span { border-color: rgb(253,221,199); }
td.TdClassName
{
border-color: #FDDDC7;
}
.TagClassName
{
border-color: #FDDDC7;
}
</style>