Shades of Cream Brulee #FADF9C
Tints of Cream Brulee #FADF9C
RGB
CMYK
RGB Variations
Color information
#FADF9C (or 0xFADF9C) is known color: Cream Brulee. HEX triplet: FA, DF and 9C. RGB value is (250,223,156). Sum of RGB (Red+Green+Blue) = 250+223+156=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 156 (61.33% from 255 or 24.80% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF9C is #052063. Grayscale: #DFDFDF. Windows color (decimal): -335972 or 10280954. OLE color: 10280954.
HSL color Cylindrical-coordinate representation of color #FADF9C: hue angle of 42.77º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FADF9C is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 156 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.02 |
| HSL | 42.77º | 0.9% | 0.8% | - |
| HSV(B) | 42.77º | 0.38% | 0.98% | - |
| XYZ | 71.81 | 75.5 | 42.24 | - |
| YUV | 223.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 156 | 0 | 0.11 | 0.38 | 0.02 | 42.77 | 0.9 | 0.8 |
| Hex | FA | DF | 9C | 0 | B | 26 | 2 | 2B | 5A | 50 |
| Octal | 372 | 337 | 234 | 0 | 13 | 46 | 2 | 53 | 132 | 120 |
| Binary | 11111010 | 11011111 | 10011100 | 0 | 1011 | 100110 | 10 | 101011 | 1011010 | 1010000 |
Color Harmonies of #FADF9C
Complementary color
Monochromatic Colors of #FADF9C
Black with #FADF9C
Text Example
Text Example
White with #FADF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF9C; }
p { color: rgb(250,223,156); }
H1.HeaderClassName
{
color: #FADF9C;
}
.AnyTagClassName
{
color: #FADF9C;
}
</style>
background-color css
<style>
a { background-color: #FADF9C; }
a { background-color: rgb(250,223,156); }
div.DivClassName
{
background-color: #FADF9C;
}
.BgClassName
{
background-color: #FADF9C;
}
</style>
border-color css
<style>
span { border-color: #FADF9C; }
span { border-color: rgb(250,223,156); }
td.TdClassName
{
border-color: #FADF9C;
}
.TagClassName
{
border-color: #FADF9C;
}
</style>