Shades of Karry #FEDDC2
Tints of Karry #FEDDC2
RGB
CMYK
RGB Variations
Color information
#FEDDC2 (or 0xFEDDC2) is known color: Karry. HEX triplet: FE, DD and C2. RGB value is (254,221,194). Sum of RGB (Red+Green+Blue) = 254+221+194=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 194 (76.17% from 255 or 29.00% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC2 is #01223D. Grayscale: #E3E3E3. Windows color (decimal): -74302 or 12770814. OLE color: 12770814.
HSL color Cylindrical-coordinate representation of color #FEDDC2: hue angle of 27º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEDDC2 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 194 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.00 |
| HSL | 27º | 0.97% | 0.88% | - |
| HSV(B) | 27º | 0.24% | 1% | - |
| XYZ | 76.47 | 76.68 | 61.81 | - |
| YUV | 227.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 194 | 0 | 0.13 | 0.24 | 0.00 | 27 | 0.97 | 0.88 |
| Hex | FE | DD | C2 | 0 | D | 18 | 0 | 1B | 61 | 58 |
| Octal | 376 | 335 | 302 | 0 | 15 | 30 | 0 | 33 | 141 | 130 |
| Binary | 11111110 | 11011101 | 11000010 | 0 | 1101 | 11000 | 0 | 11011 | 1100001 | 1011000 |
Color Harmonies of #FEDDC2
Complementary color
Monochromatic Colors of #FEDDC2
Black with #FEDDC2
Text Example
Text Example
White with #FEDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDC2; }
p { color: rgb(254,221,194); }
H1.HeaderClassName
{
color: #FEDDC2;
}
.AnyTagClassName
{
color: #FEDDC2;
}
</style>
background-color css
<style>
a { background-color: #FEDDC2; }
a { background-color: rgb(254,221,194); }
div.DivClassName
{
background-color: #FEDDC2;
}
.BgClassName
{
background-color: #FEDDC2;
}
</style>
border-color css
<style>
span { border-color: #FEDDC2; }
span { border-color: rgb(254,221,194); }
td.TdClassName
{
border-color: #FEDDC2;
}
.TagClassName
{
border-color: #FEDDC2;
}
</style>