Shades of Cream Brulee #FCDD96
Tints of Cream Brulee #FCDD96
RGB
CMYK
RGB Variations
Color information
#FCDD96 (or 0xFCDD96) is known color: Cream Brulee. HEX triplet: FC, DD and 96. RGB value is (252,221,150). Sum of RGB (Red+Green+Blue) = 252+221+150=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 150 (58.98% from 255 or 24.08% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD96 is #032269. Grayscale: #DEDEDE. Windows color (decimal): -205418 or 9887228. OLE color: 9887228.
HSL color Cylindrical-coordinate representation of color #FCDD96: hue angle of 41.76º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCDD96 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 150 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.01 |
| HSL | 41.76º | 0.94% | 0.79% | - |
| HSV(B) | 41.76º | 0.4% | 0.99% | - |
| XYZ | 71.51 | 74.61 | 39.49 | - |
| YUV | 222.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 150 | 0 | 0.12 | 0.40 | 0.01 | 41.76 | 0.94 | 0.79 |
| Hex | FC | DD | 96 | 0 | C | 28 | 1 | 2A | 5E | 4F |
| Octal | 374 | 335 | 226 | 0 | 14 | 50 | 1 | 52 | 136 | 117 |
| Binary | 11111100 | 11011101 | 10010110 | 0 | 1100 | 101000 | 1 | 101010 | 1011110 | 1001111 |
Color Harmonies of #FCDD96
Complementary color
Monochromatic Colors of #FCDD96
Black with #FCDD96
Text Example
Text Example
White with #FCDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD96; }
p { color: rgb(252,221,150); }
H1.HeaderClassName
{
color: #FCDD96;
}
.AnyTagClassName
{
color: #FCDD96;
}
</style>
background-color css
<style>
a { background-color: #FCDD96; }
a { background-color: rgb(252,221,150); }
div.DivClassName
{
background-color: #FCDD96;
}
.BgClassName
{
background-color: #FCDD96;
}
</style>
border-color css
<style>
span { border-color: #FCDD96; }
span { border-color: rgb(252,221,150); }
td.TdClassName
{
border-color: #FCDD96;
}
.TagClassName
{
border-color: #FCDD96;
}
</style>