Shades of Karry #FEDDC6
Tints of Karry #FEDDC6
RGB
CMYK
RGB Variations
Color information
#FEDDC6 (or 0xFEDDC6) is known color: Karry. HEX triplet: FE, DD and C6. RGB value is (254,221,198). Sum of RGB (Red+Green+Blue) = 254+221+198=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 198 (77.73% from 255 or 29.42% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC6 is #012239. Grayscale: #E4E4E4. Windows color (decimal): -74298 or 13032958. OLE color: 13032958.
HSL color Cylindrical-coordinate representation of color #FEDDC6: hue angle of 24.64º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEDDC6 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 198 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.00 |
| HSL | 24.64º | 0.97% | 0.89% | - |
| HSV(B) | 24.64º | 0.22% | 1% | - |
| XYZ | 76.92 | 76.86 | 64.21 | - |
| YUV | 228.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 198 | 0 | 0.13 | 0.22 | 0.00 | 24.64 | 0.97 | 0.89 |
| Hex | FE | DD | C6 | 0 | D | 16 | 0 | 19 | 61 | 59 |
| Octal | 376 | 335 | 306 | 0 | 15 | 26 | 0 | 31 | 141 | 131 |
| Binary | 11111110 | 11011101 | 11000110 | 0 | 1101 | 10110 | 0 | 11001 | 1100001 | 1011001 |
Color Harmonies of #FEDDC6
Complementary color
Monochromatic Colors of #FEDDC6
Black with #FEDDC6
Text Example
Text Example
White with #FEDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDC6; }
p { color: rgb(254,221,198); }
H1.HeaderClassName
{
color: #FEDDC6;
}
.AnyTagClassName
{
color: #FEDDC6;
}
</style>
background-color css
<style>
a { background-color: #FEDDC6; }
a { background-color: rgb(254,221,198); }
div.DivClassName
{
background-color: #FEDDC6;
}
.BgClassName
{
background-color: #FEDDC6;
}
</style>
border-color css
<style>
span { border-color: #FEDDC6; }
span { border-color: rgb(254,221,198); }
td.TdClassName
{
border-color: #FEDDC6;
}
.TagClassName
{
border-color: #FEDDC6;
}
</style>