Shades of Karry #FEDEBE
Tints of Karry #FEDEBE
RGB
CMYK
RGB Variations
Color information
#FEDEBE (or 0xFEDEBE) is known color: Karry. HEX triplet: FE, DE and BE. RGB value is (254,222,190). Sum of RGB (Red+Green+Blue) = 254+222+190=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 190 (74.61% from 255 or 28.53% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEBE is #012141. Grayscale: #E4E4E4. Windows color (decimal): -74050 or 12508926. OLE color: 12508926.
HSL color Cylindrical-coordinate representation of color #FEDEBE: hue angle of 30º 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 #FEDEBE is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 190 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.00 |
| HSL | 30º | 0.97% | 0.87% | - |
| HSV(B) | 30º | 0.25% | 1% | - |
| XYZ | 76.29 | 77.03 | 59.56 | - |
| YUV | 227.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 190 | 0 | 0.13 | 0.25 | 0.00 | 30 | 0.97 | 0.87 |
| Hex | FE | DE | BE | 0 | D | 19 | 0 | 1E | 61 | 57 |
| Octal | 376 | 336 | 276 | 0 | 15 | 31 | 0 | 36 | 141 | 127 |
| Binary | 11111110 | 11011110 | 10111110 | 0 | 1101 | 11001 | 0 | 11110 | 1100001 | 1010111 |
Color Harmonies of #FEDEBE
Complementary color
Monochromatic Colors of #FEDEBE
Black with #FEDEBE
Text Example
Text Example
White with #FEDEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEBE; }
p { color: rgb(254,222,190); }
H1.HeaderClassName
{
color: #FEDEBE;
}
.AnyTagClassName
{
color: #FEDEBE;
}
</style>
background-color css
<style>
a { background-color: #FEDEBE; }
a { background-color: rgb(254,222,190); }
div.DivClassName
{
background-color: #FEDEBE;
}
.BgClassName
{
background-color: #FEDEBE;
}
</style>
border-color css
<style>
span { border-color: #FEDEBE; }
span { border-color: rgb(254,222,190); }
td.TdClassName
{
border-color: #FEDEBE;
}
.TagClassName
{
border-color: #FEDEBE;
}
</style>