Html Css Color HEX #FCBC8A Macaroni And Cheese
📋 copy color: '#FCBC8A'red 252 ◦ green 188 ◦ blue 138
Shades of Macaroni And Cheese #FCBC8A
Tints of Macaroni And Cheese #FCBC8A
RGB
CMYK
RGB Variations
Color information
#FCBC8A (or 0xFCBC8A) is known color: Macaroni And Cheese. HEX triplet: FC, BC and 8A. RGB value is (252,188,138). Sum of RGB (Red+Green+Blue) = 252+188+138=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC8A is #034375. Grayscale: #C9C9C9. Windows color (decimal): -213878 or 9092348. OLE color: 9092348.
HSL color Cylindrical-coordinate representation of color #FCBC8A: hue angle of 26.32º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCBC8A is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 138 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.01 |
| HSL | 26.32º | 0.95% | 0.76% | - |
| HSV(B) | 26.32º | 0.45% | 0.99% | - |
| XYZ | 62.72 | 58.5 | 32.03 | - |
| YUV | 201.44 | 92.2 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 138 | 0 | 0.25 | 0.45 | 0.01 | 26.32 | 0.95 | 0.76 |
| Hex | FC | BC | 8A | 0 | 19 | 2D | 1 | 1A | 5F | 4C |
| Octal | 374 | 274 | 212 | 0 | 31 | 55 | 1 | 32 | 137 | 114 |
| Binary | 11111100 | 10111100 | 10001010 | 0 | 11001 | 101101 | 1 | 11010 | 1011111 | 1001100 |
Color Harmonies of #FCBC8A
Complementary color
Monochromatic Colors of #FCBC8A
Black with #FCBC8A
Text Example
Text Example
White with #FCBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC8A; }
p { color: rgb(252,188,138); }
H1.HeaderClassName
{
color: #FCBC8A;
}
.AnyTagClassName
{
color: #FCBC8A;
}
</style>
background-color css
<style>
a { background-color: #FCBC8A; }
a { background-color: rgb(252,188,138); }
div.DivClassName
{
background-color: #FCBC8A;
}
.BgClassName
{
background-color: #FCBC8A;
}
</style>
border-color css
<style>
span { border-color: #FCBC8A; }
span { border-color: rgb(252,188,138); }
td.TdClassName
{
border-color: #FCBC8A;
}
.TagClassName
{
border-color: #FCBC8A;
}
</style>