Html Css Color HEX #FEBC8C Macaroni And Cheese
📋 copy color: '#FEBC8C'red 254 ◦ green 188 ◦ blue 140
Shades of Macaroni And Cheese #FEBC8C
Tints of Macaroni And Cheese #FEBC8C
RGB
CMYK
RGB Variations
Color information
#FEBC8C (or 0xFEBC8C) is known color: Macaroni And Cheese. HEX triplet: FE, BC and 8C. RGB value is (254,188,140). Sum of RGB (Red+Green+Blue) = 254+188+140=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBC8C is #014373. Grayscale: #CACACA. Windows color (decimal): -82804 or 9223422. OLE color: 9223422.
HSL color Cylindrical-coordinate representation of color #FEBC8C: hue angle of 25.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEBC8C is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 140 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.00 |
| HSL | 25.26º | 0.98% | 0.77% | - |
| HSV(B) | 25.26º | 0.45% | 1% | - |
| XYZ | 63.59 | 58.93 | 32.83 | - |
| YUV | 202.26 | 92.87 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 140 | 0 | 0.26 | 0.45 | 0.00 | 25.26 | 0.98 | 0.77 |
| Hex | FE | BC | 8C | 0 | 1A | 2D | 0 | 19 | 62 | 4D |
| Octal | 376 | 274 | 214 | 0 | 32 | 55 | 0 | 31 | 142 | 115 |
| Binary | 11111110 | 10111100 | 10001100 | 0 | 11010 | 101101 | 0 | 11001 | 1100010 | 1001101 |
Color Harmonies of #FEBC8C
Complementary color
Monochromatic Colors of #FEBC8C
Black with #FEBC8C
Text Example
Text Example
White with #FEBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC8C; }
p { color: rgb(254,188,140); }
H1.HeaderClassName
{
color: #FEBC8C;
}
.AnyTagClassName
{
color: #FEBC8C;
}
</style>
background-color css
<style>
a { background-color: #FEBC8C; }
a { background-color: rgb(254,188,140); }
div.DivClassName
{
background-color: #FEBC8C;
}
.BgClassName
{
background-color: #FEBC8C;
}
</style>
border-color css
<style>
span { border-color: #FEBC8C; }
span { border-color: rgb(254,188,140); }
td.TdClassName
{
border-color: #FEBC8C;
}
.TagClassName
{
border-color: #FEBC8C;
}
</style>