Shades of Karry #FEDCC8
Tints of Karry #FEDCC8
RGB
CMYK
RGB Variations
Color information
#FEDCC8 (or 0xFEDCC8) is known color: Karry. HEX triplet: FE, DC and C8. RGB value is (254,220,200). Sum of RGB (Red+Green+Blue) = 254+220+200=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 200 (78.52% from 255 or 29.67% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC8 is #012337. Grayscale: #E4E4E4. Windows color (decimal): -74552 or 13163774. OLE color: 13163774.
HSL color Cylindrical-coordinate representation of color #FEDCC8: hue angle of 22.22º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEDCC8 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 200 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.00 |
| HSL | 22.22º | 0.96% | 0.89% | - |
| HSV(B) | 22.22º | 0.21% | 1% | - |
| XYZ | 76.89 | 76.43 | 65.34 | - |
| YUV | 227.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 200 | 0 | 0.13 | 0.21 | 0.00 | 22.22 | 0.96 | 0.89 |
| Hex | FE | DC | C8 | 0 | D | 15 | 0 | 16 | 60 | 59 |
| Octal | 376 | 334 | 310 | 0 | 15 | 25 | 0 | 26 | 140 | 131 |
| Binary | 11111110 | 11011100 | 11001000 | 0 | 1101 | 10101 | 0 | 10110 | 1100000 | 1011001 |
Color Harmonies of #FEDCC8
Complementary color
Monochromatic Colors of #FEDCC8
Black with #FEDCC8
Text Example
Text Example
White with #FEDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCC8; }
p { color: rgb(254,220,200); }
H1.HeaderClassName
{
color: #FEDCC8;
}
.AnyTagClassName
{
color: #FEDCC8;
}
</style>
background-color css
<style>
a { background-color: #FEDCC8; }
a { background-color: rgb(254,220,200); }
div.DivClassName
{
background-color: #FEDCC8;
}
.BgClassName
{
background-color: #FEDCC8;
}
</style>
border-color css
<style>
span { border-color: #FEDCC8; }
span { border-color: rgb(254,220,200); }
td.TdClassName
{
border-color: #FEDCC8;
}
.TagClassName
{
border-color: #FEDCC8;
}
</style>