Shades of Karry #FEDBC8
Tints of Karry #FEDBC8
RGB
CMYK
RGB Variations
Color information
#FEDBC8 (or 0xFEDBC8) is known color: Karry. HEX triplet: FE, DB and C8. RGB value is (254,219,200). Sum of RGB (Red+Green+Blue) = 254+219+200=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBC8 is #012437. Grayscale: #E3E3E3. Windows color (decimal): -74808 or 13163518. OLE color: 13163518.
HSL color Cylindrical-coordinate representation of color #FEDBC8: hue angle of 21.11º 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 #FEDBC8 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 200 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.00 |
| HSL | 21.11º | 0.96% | 0.89% | - |
| HSV(B) | 21.11º | 0.21% | 1% | - |
| XYZ | 76.63 | 75.9 | 65.26 | - |
| YUV | 227.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 200 | 0 | 0.14 | 0.21 | 0.00 | 21.11 | 0.96 | 0.89 |
| Hex | FE | DB | C8 | 0 | E | 15 | 0 | 15 | 60 | 59 |
| Octal | 376 | 333 | 310 | 0 | 16 | 25 | 0 | 25 | 140 | 131 |
| Binary | 11111110 | 11011011 | 11001000 | 0 | 1110 | 10101 | 0 | 10101 | 1100000 | 1011001 |
Color Harmonies of #FEDBC8
Complementary color
Monochromatic Colors of #FEDBC8
Black with #FEDBC8
Text Example
Text Example
White with #FEDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBC8; }
p { color: rgb(254,219,200); }
H1.HeaderClassName
{
color: #FEDBC8;
}
.AnyTagClassName
{
color: #FEDBC8;
}
</style>
background-color css
<style>
a { background-color: #FEDBC8; }
a { background-color: rgb(254,219,200); }
div.DivClassName
{
background-color: #FEDBC8;
}
.BgClassName
{
background-color: #FEDBC8;
}
</style>
border-color css
<style>
span { border-color: #FEDBC8; }
span { border-color: rgb(254,219,200); }
td.TdClassName
{
border-color: #FEDBC8;
}
.TagClassName
{
border-color: #FEDBC8;
}
</style>