Shades of Cream Brulee #FCDD97
Tints of Cream Brulee #FCDD97
RGB
CMYK
RGB Variations
Color information
#FCDD97 (or 0xFCDD97) is known color: Cream Brulee. HEX triplet: FC, DD and 97. RGB value is (252,221,151). Sum of RGB (Red+Green+Blue) = 252+221+151=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 151 (59.38% from 255 or 24.20% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD97 is #032268. Grayscale: #DEDEDE. Windows color (decimal): -205417 or 9952764. OLE color: 9952764.
HSL color Cylindrical-coordinate representation of color #FCDD97: hue angle of 41.58º 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 #FCDD97 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 151 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.01 |
| HSL | 41.58º | 0.94% | 0.79% | - |
| HSV(B) | 41.58º | 0.4% | 0.99% | - |
| XYZ | 71.59 | 74.64 | 39.91 | - |
| YUV | 222.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 151 | 0 | 0.12 | 0.40 | 0.01 | 41.58 | 0.94 | 0.79 |
| Hex | FC | DD | 97 | 0 | C | 28 | 1 | 2A | 5E | 4F |
| Octal | 374 | 335 | 227 | 0 | 14 | 50 | 1 | 52 | 136 | 117 |
| Binary | 11111100 | 11011101 | 10010111 | 0 | 1100 | 101000 | 1 | 101010 | 1011110 | 1001111 |
Color Harmonies of #FCDD97
Complementary color
Monochromatic Colors of #FCDD97
Black with #FCDD97
Text Example
Text Example
White with #FCDD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD97; }
p { color: rgb(252,221,151); }
H1.HeaderClassName
{
color: #FCDD97;
}
.AnyTagClassName
{
color: #FCDD97;
}
</style>
background-color css
<style>
a { background-color: #FCDD97; }
a { background-color: rgb(252,221,151); }
div.DivClassName
{
background-color: #FCDD97;
}
.BgClassName
{
background-color: #FCDD97;
}
</style>
border-color css
<style>
span { border-color: #FCDD97; }
span { border-color: rgb(252,221,151); }
td.TdClassName
{
border-color: #FCDD97;
}
.TagClassName
{
border-color: #FCDD97;
}
</style>