Html Css Color HEX #FDB385 Macaroni And Cheese
📋 copy color: '#FDB385'red 253 ◦ green 179 ◦ blue 133
Shades of Macaroni And Cheese #FDB385
Tints of Macaroni And Cheese #FDB385
RGB
CMYK
RGB Variations
Color information
#FDB385 (or 0xFDB385) is known color: Macaroni And Cheese. HEX triplet: FD, B3 and 85. RGB value is (253,179,133). Sum of RGB (Red+Green+Blue) = 253+179+133=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB385 is #024C7A. Grayscale: #C4C4C4. Windows color (decimal): -150651 or 8762365. OLE color: 8762365.
HSL color Cylindrical-coordinate representation of color #FDB385: hue angle of 23º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDB385 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 133 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.01 |
| HSL | 23º | 0.97% | 0.76% | - |
| HSV(B) | 23º | 0.47% | 0.99% | - |
| XYZ | 60.86 | 54.82 | 29.56 | - |
| YUV | 195.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 133 | 0 | 0.29 | 0.47 | 0.01 | 23 | 0.97 | 0.76 |
| Hex | FD | B3 | 85 | 0 | 1D | 2F | 1 | 17 | 61 | 4C |
| Octal | 375 | 263 | 205 | 0 | 35 | 57 | 1 | 27 | 141 | 114 |
| Binary | 11111101 | 10110011 | 10000101 | 0 | 11101 | 101111 | 1 | 10111 | 1100001 | 1001100 |
Color Harmonies of #FDB385
Complementary color
Monochromatic Colors of #FDB385
Black with #FDB385
Text Example
Text Example
White with #FDB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB385; }
p { color: rgb(253,179,133); }
H1.HeaderClassName
{
color: #FDB385;
}
.AnyTagClassName
{
color: #FDB385;
}
</style>
background-color css
<style>
a { background-color: #FDB385; }
a { background-color: rgb(253,179,133); }
div.DivClassName
{
background-color: #FDB385;
}
.BgClassName
{
background-color: #FDB385;
}
</style>
border-color css
<style>
span { border-color: #FDB385; }
span { border-color: rgb(253,179,133); }
td.TdClassName
{
border-color: #FDB385;
}
.TagClassName
{
border-color: #FDB385;
}
</style>