Shades of Karry #FEDBC5
Tints of Karry #FEDBC5
RGB
CMYK
RGB Variations
Color information
#FEDBC5 (or 0xFEDBC5) is known color: Karry. HEX triplet: FE, DB and C5. RGB value is (254,219,197). Sum of RGB (Red+Green+Blue) = 254+219+197=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 197 (77.34% from 255 or 29.40% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBC5 is #01243A. Grayscale: #E3E3E3. Windows color (decimal): -74811 or 12966910. OLE color: 12966910.
HSL color Cylindrical-coordinate representation of color #FEDBC5: hue angle of 23.16º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEDBC5 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 197 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.00 |
| HSL | 23.16º | 0.97% | 0.88% | - |
| HSV(B) | 23.16º | 0.22% | 1% | - |
| XYZ | 76.28 | 75.77 | 63.43 | - |
| YUV | 226.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 197 | 0 | 0.14 | 0.22 | 0.00 | 23.16 | 0.97 | 0.88 |
| Hex | FE | DB | C5 | 0 | E | 16 | 0 | 17 | 61 | 58 |
| Octal | 376 | 333 | 305 | 0 | 16 | 26 | 0 | 27 | 141 | 130 |
| Binary | 11111110 | 11011011 | 11000101 | 0 | 1110 | 10110 | 0 | 10111 | 1100001 | 1011000 |
Color Harmonies of #FEDBC5
Complementary color
Monochromatic Colors of #FEDBC5
Black with #FEDBC5
Text Example
Text Example
White with #FEDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBC5; }
p { color: rgb(254,219,197); }
H1.HeaderClassName
{
color: #FEDBC5;
}
.AnyTagClassName
{
color: #FEDBC5;
}
</style>
background-color css
<style>
a { background-color: #FEDBC5; }
a { background-color: rgb(254,219,197); }
div.DivClassName
{
background-color: #FEDBC5;
}
.BgClassName
{
background-color: #FEDBC5;
}
</style>
border-color css
<style>
span { border-color: #FEDBC5; }
span { border-color: rgb(254,219,197); }
td.TdClassName
{
border-color: #FEDBC5;
}
.TagClassName
{
border-color: #FEDBC5;
}
</style>