Html Css Color HEX #FDB98A Macaroni And Cheese
📋 copy color: '#FDB98A'red 253 ◦ green 185 ◦ blue 138
Shades of Macaroni And Cheese #FDB98A
Tints of Macaroni And Cheese #FDB98A
RGB
CMYK
RGB Variations
Color information
#FDB98A (or 0xFDB98A) is known color: Macaroni And Cheese. HEX triplet: FD, B9 and 8A. RGB value is (253,185,138). Sum of RGB (Red+Green+Blue) = 253+185+138=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB98A is #024675. Grayscale: #C8C8C8. Windows color (decimal): -149110 or 9091581. OLE color: 9091581.
HSL color Cylindrical-coordinate representation of color #FDB98A: hue angle of 24.52º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDB98A is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 138 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.01 |
| HSL | 24.52º | 0.97% | 0.77% | - |
| HSV(B) | 24.52º | 0.45% | 0.99% | - |
| XYZ | 62.44 | 57.42 | 31.84 | - |
| YUV | 199.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 138 | 0 | 0.27 | 0.45 | 0.01 | 24.52 | 0.97 | 0.77 |
| Hex | FD | B9 | 8A | 0 | 1B | 2D | 1 | 19 | 61 | 4D |
| Octal | 375 | 271 | 212 | 0 | 33 | 55 | 1 | 31 | 141 | 115 |
| Binary | 11111101 | 10111001 | 10001010 | 0 | 11011 | 101101 | 1 | 11001 | 1100001 | 1001101 |
Color Harmonies of #FDB98A
Complementary color
Monochromatic Colors of #FDB98A
Black with #FDB98A
Text Example
Text Example
White with #FDB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB98A; }
p { color: rgb(253,185,138); }
H1.HeaderClassName
{
color: #FDB98A;
}
.AnyTagClassName
{
color: #FDB98A;
}
</style>
background-color css
<style>
a { background-color: #FDB98A; }
a { background-color: rgb(253,185,138); }
div.DivClassName
{
background-color: #FDB98A;
}
.BgClassName
{
background-color: #FDB98A;
}
</style>
border-color css
<style>
span { border-color: #FDB98A; }
span { border-color: rgb(253,185,138); }
td.TdClassName
{
border-color: #FDB98A;
}
.TagClassName
{
border-color: #FDB98A;
}
</style>