Shades of Cream Brulee #FADD96
Tints of Cream Brulee #FADD96
RGB
CMYK
RGB Variations
Color information
#FADD96 (or 0xFADD96) is known color: Cream Brulee. HEX triplet: FA, DD and 96. RGB value is (250,221,150). Sum of RGB (Red+Green+Blue) = 250+221+150=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD96 is #052269. Grayscale: #DDDDDD. Windows color (decimal): -336490 or 9887226. OLE color: 9887226.
HSL color Cylindrical-coordinate representation of color #FADD96: hue angle of 42.6º 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 #FADD96 is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 150 | - |
| CMYK | 0 | 0.12 | 0.4 | 0.02 |
| HSL | 42.6º | 0.91% | 0.78% | - |
| HSV(B) | 42.6º | 0.4% | 0.98% | - |
| XYZ | 70.79 | 74.24 | 39.45 | - |
| YUV | 221.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 150 | 0 | 0.12 | 0.4 | 0.02 | 42.6 | 0.91 | 0.78 |
| Hex | FA | DD | 96 | 0 | C | 28 | 2 | 2B | 5B | 4E |
| Octal | 372 | 335 | 226 | 0 | 14 | 50 | 2 | 53 | 133 | 116 |
| Binary | 11111010 | 11011101 | 10010110 | 0 | 1100 | 101000 | 10 | 101011 | 1011011 | 1001110 |
Color Harmonies of #FADD96
Complementary color
Monochromatic Colors of #FADD96
Black with #FADD96
Text Example
Text Example
White with #FADD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD96; }
p { color: rgb(250,221,150); }
H1.HeaderClassName
{
color: #FADD96;
}
.AnyTagClassName
{
color: #FADD96;
}
</style>
background-color css
<style>
a { background-color: #FADD96; }
a { background-color: rgb(250,221,150); }
div.DivClassName
{
background-color: #FADD96;
}
.BgClassName
{
background-color: #FADD96;
}
</style>
border-color css
<style>
span { border-color: #FADD96; }
span { border-color: rgb(250,221,150); }
td.TdClassName
{
border-color: #FADD96;
}
.TagClassName
{
border-color: #FADD96;
}
</style>