Shades of Cream Brulee #FAE19D
Tints of Cream Brulee #FAE19D
RGB
CMYK
RGB Variations
Color information
#FAE19D (or 0xFAE19D) is known color: Cream Brulee. HEX triplet: FA, E1 and 9D. RGB value is (250,225,157). Sum of RGB (Red+Green+Blue) = 250+225+157=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 157 (61.72% from 255 or 24.84% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE19D is #051E62. Grayscale: #E1E1E1. Windows color (decimal): -335459 or 10347002. OLE color: 10347002.
HSL color Cylindrical-coordinate representation of color #FAE19D: hue angle of 43.87º 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 #FAE19D is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 157 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.02 |
| HSL | 43.87º | 0.9% | 0.8% | - |
| HSV(B) | 43.87º | 0.37% | 0.98% | - |
| XYZ | 72.44 | 76.61 | 42.87 | - |
| YUV | 224.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 157 | 0 | 0.10 | 0.37 | 0.02 | 43.87 | 0.9 | 0.8 |
| Hex | FA | E1 | 9D | 0 | A | 25 | 2 | 2C | 5A | 50 |
| Octal | 372 | 341 | 235 | 0 | 12 | 45 | 2 | 54 | 132 | 120 |
| Binary | 11111010 | 11100001 | 10011101 | 0 | 1010 | 100101 | 10 | 101100 | 1011010 | 1010000 |
Color Harmonies of #FAE19D
Complementary color
Monochromatic Colors of #FAE19D
Black with #FAE19D
Text Example
Text Example
White with #FAE19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE19D; }
p { color: rgb(250,225,157); }
H1.HeaderClassName
{
color: #FAE19D;
}
.AnyTagClassName
{
color: #FAE19D;
}
</style>
background-color css
<style>
a { background-color: #FAE19D; }
a { background-color: rgb(250,225,157); }
div.DivClassName
{
background-color: #FAE19D;
}
.BgClassName
{
background-color: #FAE19D;
}
</style>
border-color css
<style>
span { border-color: #FAE19D; }
span { border-color: rgb(250,225,157); }
td.TdClassName
{
border-color: #FAE19D;
}
.TagClassName
{
border-color: #FAE19D;
}
</style>