Shades of Karry #FDDEC3
Tints of Karry #FDDEC3
RGB
CMYK
RGB Variations
Color information
#FDDEC3 (or 0xFDDEC3) is known color: Karry. HEX triplet: FD, DE and C3. RGB value is (253,222,195). Sum of RGB (Red+Green+Blue) = 253+222+195=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 195 (76.56% from 255 or 29.10% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEC3 is #02213C. Grayscale: #E4E4E4. Windows color (decimal): -139581 or 12836605. OLE color: 12836605.
HSL color Cylindrical-coordinate representation of color #FDDEC3: hue angle of 27.93º 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 #FDDEC3 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 195 | - |
CMYK | 0 | 0.12 | 0.23 | 0.01 |
HSL | 27.93º | 0.94% | 0.88% | - |
HSV(B) | 27.93º | 0.23% | 0.99% | - |
XYZ | 76.48 | 77.07 | 62.47 | - |
YUV | 228.19 | 109.27 | 145.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 195 | 0 | 0.12 | 0.23 | 0.01 | 27.93 | 0.94 | 0.88 |
Hex | FD | DE | C3 | 0 | C | 17 | 1 | 1C | 5E | 58 |
Octal | 375 | 336 | 303 | 0 | 14 | 27 | 1 | 34 | 136 | 130 |
Binary | 11111101 | 11011110 | 11000011 | 0 | 1100 | 10111 | 1 | 11100 | 1011110 | 1011000 |
Color Harmonies of #FDDEC3
Complementary color
Monochromatic Colors of #FDDEC3
Black with #FDDEC3
Text Example
Text Example
White with #FDDEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEC3; }
p { color: rgb(253,222,195); }
H1.HeaderClassName
{
color: #FDDEC3;
}
.AnyTagClassName
{
color: #FDDEC3;
}
</style>
background-color css
<style>
a { background-color: #FDDEC3; }
a { background-color: rgb(253,222,195); }
div.DivClassName
{
background-color: #FDDEC3;
}
.BgClassName
{
background-color: #FDDEC3;
}
</style>
border-color css
<style>
span { border-color: #FDDEC3; }
span { border-color: rgb(253,222,195); }
td.TdClassName
{
border-color: #FDDEC3;
}
.TagClassName
{
border-color: #FDDEC3;
}
</style>