Shades of Karry #FDDECB
Tints of Karry #FDDECB
RGB
CMYK
RGB Variations
Color information
#FDDECB (or 0xFDDECB) is known color: Karry. HEX triplet: FD, DE and CB. RGB value is (253,222,203). Sum of RGB (Red+Green+Blue) = 253+222+203=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDECB is #022134. Grayscale: #E5E5E5. Windows color (decimal): -139573 or 13360893. OLE color: 13360893.
HSL color Cylindrical-coordinate representation of color #FDDECB: hue angle of 22.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDDECB is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 203 | - |
CMYK | 0 | 0.12 | 0.20 | 0.01 |
HSL | 22.8º | 0.93% | 0.89% | - |
HSV(B) | 22.8º | 0.2% | 0.99% | - |
XYZ | 77.41 | 77.44 | 67.37 | - |
YUV | 229.1 | 113.27 | 145.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 203 | 0 | 0.12 | 0.20 | 0.01 | 22.8 | 0.93 | 0.89 |
Hex | FD | DE | CB | 0 | C | 14 | 1 | 17 | 5D | 59 |
Octal | 375 | 336 | 313 | 0 | 14 | 24 | 1 | 27 | 135 | 131 |
Binary | 11111101 | 11011110 | 11001011 | 0 | 1100 | 10100 | 1 | 10111 | 1011101 | 1011001 |
Color Harmonies of #FDDECB
Complementary color
Monochromatic Colors of #FDDECB
Black with #FDDECB
Text Example
Text Example
White with #FDDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDECB; }
p { color: rgb(253,222,203); }
H1.HeaderClassName
{
color: #FDDECB;
}
.AnyTagClassName
{
color: #FDDECB;
}
</style>
background-color css
<style>
a { background-color: #FDDECB; }
a { background-color: rgb(253,222,203); }
div.DivClassName
{
background-color: #FDDECB;
}
.BgClassName
{
background-color: #FDDECB;
}
</style>
border-color css
<style>
span { border-color: #FDDECB; }
span { border-color: rgb(253,222,203); }
td.TdClassName
{
border-color: #FDDECB;
}
.TagClassName
{
border-color: #FDDECB;
}
</style>