Shades of Cream Brulee #FADB96
Tints of Cream Brulee #FADB96
RGB
CMYK
RGB Variations
Color information
#FADB96 (or 0xFADB96) is known color: Cream Brulee. HEX triplet: FA, DB and 96. RGB value is (250,219,150). Sum of RGB (Red+Green+Blue) = 250+219+150=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB96 is #052469. Grayscale: #DCDCDC. Windows color (decimal): -337002 or 9886714. OLE color: 9886714.
HSL color Cylindrical-coordinate representation of color #FADB96: hue angle of 41.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FADB96 is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 150 | - |
| CMYK | 0 | 0.12 | 0.4 | 0.02 |
| HSL | 41.4º | 0.91% | 0.78% | - |
| HSV(B) | 41.4º | 0.4% | 0.98% | - |
| XYZ | 70.26 | 73.19 | 39.28 | - |
| YUV | 220.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 150 | 0 | 0.12 | 0.4 | 0.02 | 41.4 | 0.91 | 0.78 |
| Hex | FA | DB | 96 | 0 | C | 28 | 2 | 29 | 5B | 4E |
| Octal | 372 | 333 | 226 | 0 | 14 | 50 | 2 | 51 | 133 | 116 |
| Binary | 11111010 | 11011011 | 10010110 | 0 | 1100 | 101000 | 10 | 101001 | 1011011 | 1001110 |
Color Harmonies of #FADB96
Complementary color
Monochromatic Colors of #FADB96
Black with #FADB96
Text Example
Text Example
White with #FADB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB96; }
p { color: rgb(250,219,150); }
H1.HeaderClassName
{
color: #FADB96;
}
.AnyTagClassName
{
color: #FADB96;
}
</style>
background-color css
<style>
a { background-color: #FADB96; }
a { background-color: rgb(250,219,150); }
div.DivClassName
{
background-color: #FADB96;
}
.BgClassName
{
background-color: #FADB96;
}
</style>
border-color css
<style>
span { border-color: #FADB96; }
span { border-color: rgb(250,219,150); }
td.TdClassName
{
border-color: #FADB96;
}
.TagClassName
{
border-color: #FADB96;
}
</style>