Shades of Karry #FEDCC6
Tints of Karry #FEDCC6
RGB
CMYK
RGB Variations
Color information
#FEDCC6 (or 0xFEDCC6) is known color: Karry. HEX triplet: FE, DC and C6. RGB value is (254,220,198). Sum of RGB (Red+Green+Blue) = 254+220+198=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 198 (77.73% from 255 or 29.46% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC6 is #012339. Grayscale: #E3E3E3. Windows color (decimal): -74554 or 13032702. OLE color: 13032702.
HSL color Cylindrical-coordinate representation of color #FEDCC6: hue angle of 23.57º 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 #FEDCC6 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 198 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.00 |
| HSL | 23.57º | 0.97% | 0.89% | - |
| HSV(B) | 23.57º | 0.22% | 1% | - |
| XYZ | 76.66 | 76.33 | 64.12 | - |
| YUV | 227.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 198 | 0 | 0.13 | 0.22 | 0.00 | 23.57 | 0.97 | 0.89 |
| Hex | FE | DC | C6 | 0 | D | 16 | 0 | 18 | 61 | 59 |
| Octal | 376 | 334 | 306 | 0 | 15 | 26 | 0 | 30 | 141 | 131 |
| Binary | 11111110 | 11011100 | 11000110 | 0 | 1101 | 10110 | 0 | 11000 | 1100001 | 1011001 |
Color Harmonies of #FEDCC6
Complementary color
Monochromatic Colors of #FEDCC6
Black with #FEDCC6
Text Example
Text Example
White with #FEDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCC6; }
p { color: rgb(254,220,198); }
H1.HeaderClassName
{
color: #FEDCC6;
}
.AnyTagClassName
{
color: #FEDCC6;
}
</style>
background-color css
<style>
a { background-color: #FEDCC6; }
a { background-color: rgb(254,220,198); }
div.DivClassName
{
background-color: #FEDCC6;
}
.BgClassName
{
background-color: #FEDCC6;
}
</style>
border-color css
<style>
span { border-color: #FEDCC6; }
span { border-color: rgb(254,220,198); }
td.TdClassName
{
border-color: #FEDCC6;
}
.TagClassName
{
border-color: #FEDCC6;
}
</style>