Html Css Color HEX #FCBC7B Macaroni And Cheese
📋 copy color: '#FCBC7B'red 252 ◦ green 188 ◦ blue 123
Shades of Macaroni And Cheese #FCBC7B
Tints of Macaroni And Cheese #FCBC7B
RGB
CMYK
RGB Variations
Color information
#FCBC7B (or 0xFCBC7B) is known color: Macaroni And Cheese. HEX triplet: FC, BC and 7B. RGB value is (252,188,123). Sum of RGB (Red+Green+Blue) = 252+188+123=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC7B is #034384. Grayscale: #C8C8C8. Windows color (decimal): -213893 or 8109308. OLE color: 8109308.
HSL color Cylindrical-coordinate representation of color #FCBC7B: hue angle of 30.23º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCBC7B is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 123 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.01 |
| HSL | 30.23º | 0.96% | 0.74% | - |
| HSV(B) | 30.23º | 0.51% | 0.99% | - |
| XYZ | 61.7 | 58.09 | 26.7 | - |
| YUV | 199.73 | 84.7 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 123 | 0 | 0.25 | 0.51 | 0.01 | 30.23 | 0.96 | 0.74 |
| Hex | FC | BC | 7B | 0 | 19 | 33 | 1 | 1E | 60 | 4A |
| Octal | 374 | 274 | 173 | 0 | 31 | 63 | 1 | 36 | 140 | 112 |
| Binary | 11111100 | 10111100 | 1111011 | 0 | 11001 | 110011 | 1 | 11110 | 1100000 | 1001010 |
Color Harmonies of #FCBC7B
Complementary color
Monochromatic Colors of #FCBC7B
Black with #FCBC7B
Text Example
Text Example
White with #FCBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC7B; }
p { color: rgb(252,188,123); }
H1.HeaderClassName
{
color: #FCBC7B;
}
.AnyTagClassName
{
color: #FCBC7B;
}
</style>
background-color css
<style>
a { background-color: #FCBC7B; }
a { background-color: rgb(252,188,123); }
div.DivClassName
{
background-color: #FCBC7B;
}
.BgClassName
{
background-color: #FCBC7B;
}
</style>
border-color css
<style>
span { border-color: #FCBC7B; }
span { border-color: rgb(252,188,123); }
td.TdClassName
{
border-color: #FCBC7B;
}
.TagClassName
{
border-color: #FCBC7B;
}
</style>