Shades of Cream Brulee #FCDD95
Tints of Cream Brulee #FCDD95
RGB
CMYK
RGB Variations
Color information
#FCDD95 (or 0xFCDD95) is known color: Cream Brulee. HEX triplet: FC, DD and 95. RGB value is (252,221,149). Sum of RGB (Red+Green+Blue) = 252+221+149=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 149 (58.59% from 255 or 23.95% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD95 is #03226A. Grayscale: #DEDEDE. Windows color (decimal): -205419 or 9821692. OLE color: 9821692.
HSL color Cylindrical-coordinate representation of color #FCDD95: hue angle of 41.94º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCDD95 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 149 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.01 |
| HSL | 41.94º | 0.94% | 0.79% | - |
| HSV(B) | 41.94º | 0.41% | 0.99% | - |
| XYZ | 71.43 | 74.58 | 39.06 | - |
| YUV | 222.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 149 | 0 | 0.12 | 0.41 | 0.01 | 41.94 | 0.94 | 0.79 |
| Hex | FC | DD | 95 | 0 | C | 29 | 1 | 2A | 5E | 4F |
| Octal | 374 | 335 | 225 | 0 | 14 | 51 | 1 | 52 | 136 | 117 |
| Binary | 11111100 | 11011101 | 10010101 | 0 | 1100 | 101001 | 1 | 101010 | 1011110 | 1001111 |
Color Harmonies of #FCDD95
Complementary color
Monochromatic Colors of #FCDD95
Black with #FCDD95
Text Example
Text Example
White with #FCDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD95; }
p { color: rgb(252,221,149); }
H1.HeaderClassName
{
color: #FCDD95;
}
.AnyTagClassName
{
color: #FCDD95;
}
</style>
background-color css
<style>
a { background-color: #FCDD95; }
a { background-color: rgb(252,221,149); }
div.DivClassName
{
background-color: #FCDD95;
}
.BgClassName
{
background-color: #FCDD95;
}
</style>
border-color css
<style>
span { border-color: #FCDD95; }
span { border-color: rgb(252,221,149); }
td.TdClassName
{
border-color: #FCDD95;
}
.TagClassName
{
border-color: #FCDD95;
}
</style>