Shades of Cream Brulee #FADC9B
Tints of Cream Brulee #FADC9B
RGB
CMYK
RGB Variations
Color information
#FADC9B (or 0xFADC9B) is known color: Cream Brulee. HEX triplet: FA, DC and 9B. RGB value is (250,220,155). Sum of RGB (Red+Green+Blue) = 250+220+155=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC9B is #052364. Grayscale: #DDDDDD. Windows color (decimal): -336741 or 10214650. OLE color: 10214650.
HSL color Cylindrical-coordinate representation of color #FADC9B: hue angle of 41.05º degrees, saturation: 0.9, 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 #FADC9B is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 155 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.02 |
| HSL | 41.05º | 0.9% | 0.79% | - |
| HSV(B) | 41.05º | 0.38% | 0.98% | - |
| XYZ | 70.93 | 73.88 | 41.53 | - |
| YUV | 221.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 155 | 0 | 0.12 | 0.38 | 0.02 | 41.05 | 0.9 | 0.79 |
| Hex | FA | DC | 9B | 0 | C | 26 | 2 | 29 | 5A | 4F |
| Octal | 372 | 334 | 233 | 0 | 14 | 46 | 2 | 51 | 132 | 117 |
| Binary | 11111010 | 11011100 | 10011011 | 0 | 1100 | 100110 | 10 | 101001 | 1011010 | 1001111 |
Color Harmonies of #FADC9B
Complementary color
Monochromatic Colors of #FADC9B
Black with #FADC9B
Text Example
Text Example
White with #FADC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC9B; }
p { color: rgb(250,220,155); }
H1.HeaderClassName
{
color: #FADC9B;
}
.AnyTagClassName
{
color: #FADC9B;
}
</style>
background-color css
<style>
a { background-color: #FADC9B; }
a { background-color: rgb(250,220,155); }
div.DivClassName
{
background-color: #FADC9B;
}
.BgClassName
{
background-color: #FADC9B;
}
</style>
border-color css
<style>
span { border-color: #FADC9B; }
span { border-color: rgb(250,220,155); }
td.TdClassName
{
border-color: #FADC9B;
}
.TagClassName
{
border-color: #FADC9B;
}
</style>