Shades of Cream Brulee #FAE49D
Tints of Cream Brulee #FAE49D
RGB
CMYK
RGB Variations
Color information
#FAE49D (or 0xFAE49D) is known color: Cream Brulee. HEX triplet: FA, E4 and 9D. RGB value is (250,228,157). Sum of RGB (Red+Green+Blue) = 250+228+157=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 157 (61.72% from 255 or 24.72% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE49D is #051B62. Grayscale: #E2E2E2. Windows color (decimal): -334691 or 10347770. OLE color: 10347770.
HSL color Cylindrical-coordinate representation of color #FAE49D: hue angle of 45.81º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAE49D is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 157 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.02 |
| HSL | 45.81º | 0.9% | 0.8% | - |
| HSV(B) | 45.81º | 0.37% | 0.98% | - |
| XYZ | 73.25 | 78.25 | 43.14 | - |
| YUV | 226.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 157 | 0 | 0.09 | 0.37 | 0.02 | 45.81 | 0.9 | 0.8 |
| Hex | FA | E4 | 9D | 0 | 9 | 25 | 2 | 2E | 5A | 50 |
| Octal | 372 | 344 | 235 | 0 | 11 | 45 | 2 | 56 | 132 | 120 |
| Binary | 11111010 | 11100100 | 10011101 | 0 | 1001 | 100101 | 10 | 101110 | 1011010 | 1010000 |
Color Harmonies of #FAE49D
Complementary color
Monochromatic Colors of #FAE49D
Black with #FAE49D
Text Example
Text Example
White with #FAE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE49D; }
p { color: rgb(250,228,157); }
H1.HeaderClassName
{
color: #FAE49D;
}
.AnyTagClassName
{
color: #FAE49D;
}
</style>
background-color css
<style>
a { background-color: #FAE49D; }
a { background-color: rgb(250,228,157); }
div.DivClassName
{
background-color: #FAE49D;
}
.BgClassName
{
background-color: #FAE49D;
}
</style>
border-color css
<style>
span { border-color: #FAE49D; }
span { border-color: rgb(250,228,157); }
td.TdClassName
{
border-color: #FAE49D;
}
.TagClassName
{
border-color: #FAE49D;
}
</style>