Shades of Karry #FEDABD
Tints of Karry #FEDABD
RGB
CMYK
RGB Variations
Color information
#FEDABD (or 0xFEDABD) is known color: Karry. HEX triplet: FE, DA and BD. RGB value is (254,218,189). Sum of RGB (Red+Green+Blue) = 254+218+189=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDABD is #012542. Grayscale: #E1E1E1. Windows color (decimal): -75075 or 12442366. OLE color: 12442366.
HSL color Cylindrical-coordinate representation of color #FEDABD: hue angle of 26.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEDABD is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 189 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.00 |
| HSL | 26.77º | 0.97% | 0.87% | - |
| HSV(B) | 26.77º | 0.26% | 1% | - |
| XYZ | 75.13 | 74.89 | 58.64 | - |
| YUV | 225.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 189 | 0 | 0.14 | 0.26 | 0.00 | 26.77 | 0.97 | 0.87 |
| Hex | FE | DA | BD | 0 | E | 1A | 0 | 1B | 61 | 57 |
| Octal | 376 | 332 | 275 | 0 | 16 | 32 | 0 | 33 | 141 | 127 |
| Binary | 11111110 | 11011010 | 10111101 | 0 | 1110 | 11010 | 0 | 11011 | 1100001 | 1010111 |
Color Harmonies of #FEDABD
Complementary color
Monochromatic Colors of #FEDABD
Black with #FEDABD
Text Example
Text Example
White with #FEDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDABD; }
p { color: rgb(254,218,189); }
H1.HeaderClassName
{
color: #FEDABD;
}
.AnyTagClassName
{
color: #FEDABD;
}
</style>
background-color css
<style>
a { background-color: #FEDABD; }
a { background-color: rgb(254,218,189); }
div.DivClassName
{
background-color: #FEDABD;
}
.BgClassName
{
background-color: #FEDABD;
}
</style>
border-color css
<style>
span { border-color: #FEDABD; }
span { border-color: rgb(254,218,189); }
td.TdClassName
{
border-color: #FEDABD;
}
.TagClassName
{
border-color: #FEDABD;
}
</style>