Shades of Karry #FEDCBE
Tints of Karry #FEDCBE
RGB
CMYK
RGB Variations
Color information
#FEDCBE (or 0xFEDCBE) is known color: Karry. HEX triplet: FE, DC and BE. RGB value is (254,220,190). Sum of RGB (Red+Green+Blue) = 254+220+190=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 190 (74.61% from 255 or 28.61% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCBE is #012341. Grayscale: #E2E2E2. Windows color (decimal): -74562 or 12508414. OLE color: 12508414.
HSL color Cylindrical-coordinate representation of color #FEDCBE: hue angle of 28.12º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEDCBE is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 190 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.00 |
| HSL | 28.13º | 0.97% | 0.87% | - |
| HSV(B) | 28.13º | 0.25% | 1% | - |
| XYZ | 75.76 | 75.97 | 59.39 | - |
| YUV | 226.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 190 | 0 | 0.13 | 0.25 | 0.00 | 28.13 | 0.97 | 0.87 |
| Hex | FE | DC | BE | 0 | D | 19 | 0 | 1C | 61 | 57 |
| Octal | 376 | 334 | 276 | 0 | 15 | 31 | 0 | 34 | 141 | 127 |
| Binary | 11111110 | 11011100 | 10111110 | 0 | 1101 | 11001 | 0 | 11100 | 1100001 | 1010111 |
Color Harmonies of #FEDCBE
Complementary color
Monochromatic Colors of #FEDCBE
Black with #FEDCBE
Text Example
Text Example
White with #FEDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCBE; }
p { color: rgb(254,220,190); }
H1.HeaderClassName
{
color: #FEDCBE;
}
.AnyTagClassName
{
color: #FEDCBE;
}
</style>
background-color css
<style>
a { background-color: #FEDCBE; }
a { background-color: rgb(254,220,190); }
div.DivClassName
{
background-color: #FEDCBE;
}
.BgClassName
{
background-color: #FEDCBE;
}
</style>
border-color css
<style>
span { border-color: #FEDCBE; }
span { border-color: rgb(254,220,190); }
td.TdClassName
{
border-color: #FEDCBE;
}
.TagClassName
{
border-color: #FEDCBE;
}
</style>