Shades of Cream Brulee #FCDD93
Tints of Cream Brulee #FCDD93
RGB
CMYK
RGB Variations
Color information
#FCDD93 (or 0xFCDD93) is known color: Cream Brulee. HEX triplet: FC, DD and 93. RGB value is (252,221,147). Sum of RGB (Red+Green+Blue) = 252+221+147=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 147 (57.81% from 255 or 23.71% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD93 is #03226C. Grayscale: #DEDEDE. Windows color (decimal): -205421 or 9690620. OLE color: 9690620.
HSL color Cylindrical-coordinate representation of color #FCDD93: hue angle of 42.29º 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 #FCDD93 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 147 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.01 |
| HSL | 42.29º | 0.95% | 0.78% | - |
| HSV(B) | 42.29º | 0.42% | 0.99% | - |
| XYZ | 71.27 | 74.51 | 38.23 | - |
| YUV | 221.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 147 | 0 | 0.12 | 0.42 | 0.01 | 42.29 | 0.95 | 0.78 |
| Hex | FC | DD | 93 | 0 | C | 2A | 1 | 2A | 5F | 4E |
| Octal | 374 | 335 | 223 | 0 | 14 | 52 | 1 | 52 | 137 | 116 |
| Binary | 11111100 | 11011101 | 10010011 | 0 | 1100 | 101010 | 1 | 101010 | 1011111 | 1001110 |
Color Harmonies of #FCDD93
Complementary color
Monochromatic Colors of #FCDD93
Black with #FCDD93
Text Example
Text Example
White with #FCDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD93; }
p { color: rgb(252,221,147); }
H1.HeaderClassName
{
color: #FCDD93;
}
.AnyTagClassName
{
color: #FCDD93;
}
</style>
background-color css
<style>
a { background-color: #FCDD93; }
a { background-color: rgb(252,221,147); }
div.DivClassName
{
background-color: #FCDD93;
}
.BgClassName
{
background-color: #FCDD93;
}
</style>
border-color css
<style>
span { border-color: #FCDD93; }
span { border-color: rgb(252,221,147); }
td.TdClassName
{
border-color: #FCDD93;
}
.TagClassName
{
border-color: #FCDD93;
}
</style>