Shades of Cream Brulee #FADC9D
Tints of Cream Brulee #FADC9D
RGB
CMYK
RGB Variations
Color information
#FADC9D (or 0xFADC9D) is known color: Cream Brulee. HEX triplet: FA, DC and 9D. RGB value is (250,220,157). Sum of RGB (Red+Green+Blue) = 250+220+157=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC9D is #052362. Grayscale: #DEDEDE. Windows color (decimal): -336739 or 10345722. OLE color: 10345722.
HSL color Cylindrical-coordinate representation of color #FADC9D: hue angle of 40.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FADC9D is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 157 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.02 |
| HSL | 40.65º | 0.9% | 0.8% | - |
| HSV(B) | 40.65º | 0.37% | 0.98% | - |
| XYZ | 71.1 | 73.94 | 42.42 | - |
| YUV | 221.79 | 91.44 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 157 | 0 | 0.12 | 0.37 | 0.02 | 40.65 | 0.9 | 0.8 |
| Hex | FA | DC | 9D | 0 | C | 25 | 2 | 29 | 5A | 50 |
| Octal | 372 | 334 | 235 | 0 | 14 | 45 | 2 | 51 | 132 | 120 |
| Binary | 11111010 | 11011100 | 10011101 | 0 | 1100 | 100101 | 10 | 101001 | 1011010 | 1010000 |
Color Harmonies of #FADC9D
Complementary color
Monochromatic Colors of #FADC9D
Black with #FADC9D
Text Example
Text Example
White with #FADC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC9D; }
p { color: rgb(250,220,157); }
H1.HeaderClassName
{
color: #FADC9D;
}
.AnyTagClassName
{
color: #FADC9D;
}
</style>
background-color css
<style>
a { background-color: #FADC9D; }
a { background-color: rgb(250,220,157); }
div.DivClassName
{
background-color: #FADC9D;
}
.BgClassName
{
background-color: #FADC9D;
}
</style>
border-color css
<style>
span { border-color: #FADC9D; }
span { border-color: rgb(250,220,157); }
td.TdClassName
{
border-color: #FADC9D;
}
.TagClassName
{
border-color: #FADC9D;
}
</style>