Shades of Cream Brulee #FCDB91
Tints of Cream Brulee #FCDB91
RGB
CMYK
RGB Variations
Color information
#FCDB91 (or 0xFCDB91) is known color: Cream Brulee. HEX triplet: FC, DB and 91. RGB value is (252,219,145). Sum of RGB (Red+Green+Blue) = 252+219+145=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 145 (57.03% from 255 or 23.54% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB91 is #03246E. Grayscale: #DCDCDC. Windows color (decimal): -205935 or 9559036. OLE color: 9559036.
HSL color Cylindrical-coordinate representation of color #FCDB91: hue angle of 41.5º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCDB91 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 145 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.01 |
| HSL | 41.5º | 0.95% | 0.78% | - |
| HSV(B) | 41.5º | 0.42% | 0.99% | - |
| XYZ | 70.59 | 73.4 | 37.24 | - |
| YUV | 220.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 145 | 0 | 0.13 | 0.42 | 0.01 | 41.5 | 0.95 | 0.78 |
| Hex | FC | DB | 91 | 0 | D | 2A | 1 | 29 | 5F | 4E |
| Octal | 374 | 333 | 221 | 0 | 15 | 52 | 1 | 51 | 137 | 116 |
| Binary | 11111100 | 11011011 | 10010001 | 0 | 1101 | 101010 | 1 | 101001 | 1011111 | 1001110 |
Color Harmonies of #FCDB91
Complementary color
Monochromatic Colors of #FCDB91
Black with #FCDB91
Text Example
Text Example
White with #FCDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB91; }
p { color: rgb(252,219,145); }
H1.HeaderClassName
{
color: #FCDB91;
}
.AnyTagClassName
{
color: #FCDB91;
}
</style>
background-color css
<style>
a { background-color: #FCDB91; }
a { background-color: rgb(252,219,145); }
div.DivClassName
{
background-color: #FCDB91;
}
.BgClassName
{
background-color: #FCDB91;
}
</style>
border-color css
<style>
span { border-color: #FCDB91; }
span { border-color: rgb(252,219,145); }
td.TdClassName
{
border-color: #FCDB91;
}
.TagClassName
{
border-color: #FCDB91;
}
</style>