Shades of Karry #FDDECA
Tints of Karry #FDDECA
RGB
CMYK
RGB Variations
Color information
#FDDECA (or 0xFDDECA) is known color: Karry. HEX triplet: FD, DE and CA. RGB value is (253,222,202). Sum of RGB (Red+Green+Blue) = 253+222+202=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDECA is #022135. Grayscale: #E5E5E5. Windows color (decimal): -139574 or 13295357. OLE color: 13295357.
HSL color Cylindrical-coordinate representation of color #FDDECA: hue angle of 23.53º 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 #FDDECA is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 202 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.01 |
| HSL | 23.53º | 0.93% | 0.89% | - |
| HSV(B) | 23.53º | 0.2% | 0.99% | - |
| XYZ | 77.29 | 77.39 | 66.74 | - |
| YUV | 228.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 202 | 0 | 0.12 | 0.20 | 0.01 | 23.53 | 0.93 | 0.89 |
| Hex | FD | DE | CA | 0 | C | 14 | 1 | 18 | 5D | 59 |
| Octal | 375 | 336 | 312 | 0 | 14 | 24 | 1 | 30 | 135 | 131 |
| Binary | 11111101 | 11011110 | 11001010 | 0 | 1100 | 10100 | 1 | 11000 | 1011101 | 1011001 |
Color Harmonies of #FDDECA
Complementary color
Monochromatic Colors of #FDDECA
Black with #FDDECA
Text Example
Text Example
White with #FDDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDECA; }
p { color: rgb(253,222,202); }
H1.HeaderClassName
{
color: #FDDECA;
}
.AnyTagClassName
{
color: #FDDECA;
}
</style>
background-color css
<style>
a { background-color: #FDDECA; }
a { background-color: rgb(253,222,202); }
div.DivClassName
{
background-color: #FDDECA;
}
.BgClassName
{
background-color: #FDDECA;
}
</style>
border-color css
<style>
span { border-color: #FDDECA; }
span { border-color: rgb(253,222,202); }
td.TdClassName
{
border-color: #FDDECA;
}
.TagClassName
{
border-color: #FDDECA;
}
</style>