Shades of Karry #FEDBC4
Tints of Karry #FEDBC4
RGB
CMYK
RGB Variations
Color information
#FEDBC4 (or 0xFEDBC4) is known color: Karry. HEX triplet: FE, DB and C4. RGB value is (254,219,196). Sum of RGB (Red+Green+Blue) = 254+219+196=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 196 (76.95% from 255 or 29.30% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBC4 is #01243B. Grayscale: #E2E2E2. Windows color (decimal): -74812 or 12901374. OLE color: 12901374.
HSL color Cylindrical-coordinate representation of color #FEDBC4: hue angle of 23.79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEDBC4 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 196 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.00 |
| HSL | 23.79º | 0.97% | 0.88% | - |
| HSV(B) | 23.79º | 0.23% | 1% | - |
| XYZ | 76.17 | 75.72 | 62.83 | - |
| YUV | 226.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 196 | 0 | 0.14 | 0.23 | 0.00 | 23.79 | 0.97 | 0.88 |
| Hex | FE | DB | C4 | 0 | E | 17 | 0 | 18 | 61 | 58 |
| Octal | 376 | 333 | 304 | 0 | 16 | 27 | 0 | 30 | 141 | 130 |
| Binary | 11111110 | 11011011 | 11000100 | 0 | 1110 | 10111 | 0 | 11000 | 1100001 | 1011000 |
Color Harmonies of #FEDBC4
Complementary color
Monochromatic Colors of #FEDBC4
Black with #FEDBC4
Text Example
Text Example
White with #FEDBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBC4; }
p { color: rgb(254,219,196); }
H1.HeaderClassName
{
color: #FEDBC4;
}
.AnyTagClassName
{
color: #FEDBC4;
}
</style>
background-color css
<style>
a { background-color: #FEDBC4; }
a { background-color: rgb(254,219,196); }
div.DivClassName
{
background-color: #FEDBC4;
}
.BgClassName
{
background-color: #FEDBC4;
}
</style>
border-color css
<style>
span { border-color: #FEDBC4; }
span { border-color: rgb(254,219,196); }
td.TdClassName
{
border-color: #FEDBC4;
}
.TagClassName
{
border-color: #FEDBC4;
}
</style>