Shades of Karry #FEDBC3
Tints of Karry #FEDBC3
RGB
CMYK
RGB Variations
Color information
#FEDBC3 (or 0xFEDBC3) is known color: Karry. HEX triplet: FE, DB and C3. RGB value is (254,219,195). Sum of RGB (Red+Green+Blue) = 254+219+195=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 195 (76.56% from 255 or 29.19% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBC3 is #01243C. Grayscale: #E2E2E2. Windows color (decimal): -74813 or 12835838. OLE color: 12835838.
HSL color Cylindrical-coordinate representation of color #FEDBC3: hue angle of 24.41º 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 #FEDBC3 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 195 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.00 |
| HSL | 24.41º | 0.97% | 0.88% | - |
| HSV(B) | 24.41º | 0.23% | 1% | - |
| XYZ | 76.05 | 75.67 | 62.23 | - |
| YUV | 226.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 195 | 0 | 0.14 | 0.23 | 0.00 | 24.41 | 0.97 | 0.88 |
| Hex | FE | DB | C3 | 0 | E | 17 | 0 | 18 | 61 | 58 |
| Octal | 376 | 333 | 303 | 0 | 16 | 27 | 0 | 30 | 141 | 130 |
| Binary | 11111110 | 11011011 | 11000011 | 0 | 1110 | 10111 | 0 | 11000 | 1100001 | 1011000 |
Color Harmonies of #FEDBC3
Complementary color
Monochromatic Colors of #FEDBC3
Black with #FEDBC3
Text Example
Text Example
White with #FEDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBC3; }
p { color: rgb(254,219,195); }
H1.HeaderClassName
{
color: #FEDBC3;
}
.AnyTagClassName
{
color: #FEDBC3;
}
</style>
background-color css
<style>
a { background-color: #FEDBC3; }
a { background-color: rgb(254,219,195); }
div.DivClassName
{
background-color: #FEDBC3;
}
.BgClassName
{
background-color: #FEDBC3;
}
</style>
border-color css
<style>
span { border-color: #FEDBC3; }
span { border-color: rgb(254,219,195); }
td.TdClassName
{
border-color: #FEDBC3;
}
.TagClassName
{
border-color: #FEDBC3;
}
</style>