Shades of Cream Brulee #FCDB94
Tints of Cream Brulee #FCDB94
RGB
CMYK
RGB Variations
Color information
#FCDB94 (or 0xFCDB94) is known color: Cream Brulee. HEX triplet: FC, DB and 94. RGB value is (252,219,148). Sum of RGB (Red+Green+Blue) = 252+219+148=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 148 (58.20% from 255 or 23.91% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB94 is #03246B. Grayscale: #DDDDDD. Windows color (decimal): -205932 or 9755644. OLE color: 9755644.
HSL color Cylindrical-coordinate representation of color #FCDB94: hue angle of 40.96º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCDB94 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 148 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.01 |
| HSL | 40.96º | 0.95% | 0.78% | - |
| HSV(B) | 40.96º | 0.41% | 0.99% | - |
| XYZ | 70.82 | 73.5 | 38.47 | - |
| YUV | 220.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 148 | 0 | 0.13 | 0.41 | 0.01 | 40.96 | 0.95 | 0.78 |
| Hex | FC | DB | 94 | 0 | D | 29 | 1 | 29 | 5F | 4E |
| Octal | 374 | 333 | 224 | 0 | 15 | 51 | 1 | 51 | 137 | 116 |
| Binary | 11111100 | 11011011 | 10010100 | 0 | 1101 | 101001 | 1 | 101001 | 1011111 | 1001110 |
Color Harmonies of #FCDB94
Complementary color
Monochromatic Colors of #FCDB94
Black with #FCDB94
Text Example
Text Example
White with #FCDB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB94; }
p { color: rgb(252,219,148); }
H1.HeaderClassName
{
color: #FCDB94;
}
.AnyTagClassName
{
color: #FCDB94;
}
</style>
background-color css
<style>
a { background-color: #FCDB94; }
a { background-color: rgb(252,219,148); }
div.DivClassName
{
background-color: #FCDB94;
}
.BgClassName
{
background-color: #FCDB94;
}
</style>
border-color css
<style>
span { border-color: #FCDB94; }
span { border-color: rgb(252,219,148); }
td.TdClassName
{
border-color: #FCDB94;
}
.TagClassName
{
border-color: #FCDB94;
}
</style>