Shades of Cream Brulee #FAE19A
Tints of Cream Brulee #FAE19A
RGB
CMYK
RGB Variations
Color information
#FAE19A (or 0xFAE19A) is known color: Cream Brulee. HEX triplet: FA, E1 and 9A. RGB value is (250,225,154). Sum of RGB (Red+Green+Blue) = 250+225+154=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 154 (60.55% from 255 or 24.48% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE19A is #051E65. Grayscale: #E0E0E0. Windows color (decimal): -335462 or 10150394. OLE color: 10150394.
HSL color Cylindrical-coordinate representation of color #FAE19A: hue angle of 44.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAE19A is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 154 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.02 |
| HSL | 44.38º | 0.91% | 0.79% | - |
| HSV(B) | 44.38º | 0.38% | 0.98% | - |
| XYZ | 72.18 | 76.51 | 41.53 | - |
| YUV | 224.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 154 | 0 | 0.10 | 0.38 | 0.02 | 44.38 | 0.91 | 0.79 |
| Hex | FA | E1 | 9A | 0 | A | 26 | 2 | 2C | 5B | 4F |
| Octal | 372 | 341 | 232 | 0 | 12 | 46 | 2 | 54 | 133 | 117 |
| Binary | 11111010 | 11100001 | 10011010 | 0 | 1010 | 100110 | 10 | 101100 | 1011011 | 1001111 |
Color Harmonies of #FAE19A
Complementary color
Monochromatic Colors of #FAE19A
Black with #FAE19A
Text Example
Text Example
White with #FAE19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE19A; }
p { color: rgb(250,225,154); }
H1.HeaderClassName
{
color: #FAE19A;
}
.AnyTagClassName
{
color: #FAE19A;
}
</style>
background-color css
<style>
a { background-color: #FAE19A; }
a { background-color: rgb(250,225,154); }
div.DivClassName
{
background-color: #FAE19A;
}
.BgClassName
{
background-color: #FAE19A;
}
</style>
border-color css
<style>
span { border-color: #FAE19A; }
span { border-color: rgb(250,225,154); }
td.TdClassName
{
border-color: #FAE19A;
}
.TagClassName
{
border-color: #FAE19A;
}
</style>