Shades of Cream Brulee #FADC96
Tints of Cream Brulee #FADC96
RGB
CMYK
RGB Variations
Color information
#FADC96 (or 0xFADC96) is known color: Cream Brulee. HEX triplet: FA, DC and 96. RGB value is (250,220,150). Sum of RGB (Red+Green+Blue) = 250+220+150=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC96 is #052369. Grayscale: #DDDDDD. Windows color (decimal): -336746 or 9886970. OLE color: 9886970.
HSL color Cylindrical-coordinate representation of color #FADC96: hue angle of 42º 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 #FADC96 is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 150 | - |
| CMYK | 0 | 0.12 | 0.4 | 0.02 |
| HSL | 42º | 0.91% | 0.78% | - |
| HSV(B) | 42º | 0.4% | 0.98% | - |
| XYZ | 70.52 | 73.71 | 39.37 | - |
| YUV | 220.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 150 | 0 | 0.12 | 0.4 | 0.02 | 42 | 0.91 | 0.78 |
| Hex | FA | DC | 96 | 0 | C | 28 | 2 | 2A | 5B | 4E |
| Octal | 372 | 334 | 226 | 0 | 14 | 50 | 2 | 52 | 133 | 116 |
| Binary | 11111010 | 11011100 | 10010110 | 0 | 1100 | 101000 | 10 | 101010 | 1011011 | 1001110 |
Color Harmonies of #FADC96
Complementary color
Monochromatic Colors of #FADC96
Black with #FADC96
Text Example
Text Example
White with #FADC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC96; }
p { color: rgb(250,220,150); }
H1.HeaderClassName
{
color: #FADC96;
}
.AnyTagClassName
{
color: #FADC96;
}
</style>
background-color css
<style>
a { background-color: #FADC96; }
a { background-color: rgb(250,220,150); }
div.DivClassName
{
background-color: #FADC96;
}
.BgClassName
{
background-color: #FADC96;
}
</style>
border-color css
<style>
span { border-color: #FADC96; }
span { border-color: rgb(250,220,150); }
td.TdClassName
{
border-color: #FADC96;
}
.TagClassName
{
border-color: #FADC96;
}
</style>