Shades of Cream Brulee #FADD9B
Tints of Cream Brulee #FADD9B
RGB
CMYK
RGB Variations
Color information
#FADD9B (or 0xFADD9B) is known color: Cream Brulee. HEX triplet: FA, DD and 9B. RGB value is (250,221,155). Sum of RGB (Red+Green+Blue) = 250+221+155=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 155 (60.94% from 255 or 24.76% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD9B is #052264. Grayscale: #DEDEDE. Windows color (decimal): -336485 or 10214906. OLE color: 10214906.
HSL color Cylindrical-coordinate representation of color #FADD9B: hue angle of 41.68º 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 #FADD9B is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 155 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.02 |
| HSL | 41.68º | 0.9% | 0.79% | - |
| HSV(B) | 41.68º | 0.38% | 0.98% | - |
| XYZ | 71.2 | 74.4 | 41.62 | - |
| YUV | 222.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 155 | 0 | 0.12 | 0.38 | 0.02 | 41.68 | 0.9 | 0.79 |
| Hex | FA | DD | 9B | 0 | C | 26 | 2 | 2A | 5A | 4F |
| Octal | 372 | 335 | 233 | 0 | 14 | 46 | 2 | 52 | 132 | 117 |
| Binary | 11111010 | 11011101 | 10011011 | 0 | 1100 | 100110 | 10 | 101010 | 1011010 | 1001111 |
Color Harmonies of #FADD9B
Complementary color
Monochromatic Colors of #FADD9B
Black with #FADD9B
Text Example
Text Example
White with #FADD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD9B; }
p { color: rgb(250,221,155); }
H1.HeaderClassName
{
color: #FADD9B;
}
.AnyTagClassName
{
color: #FADD9B;
}
</style>
background-color css
<style>
a { background-color: #FADD9B; }
a { background-color: rgb(250,221,155); }
div.DivClassName
{
background-color: #FADD9B;
}
.BgClassName
{
background-color: #FADD9B;
}
</style>
border-color css
<style>
span { border-color: #FADD9B; }
span { border-color: rgb(250,221,155); }
td.TdClassName
{
border-color: #FADD9B;
}
.TagClassName
{
border-color: #FADD9B;
}
</style>