Shades of Cream Brulee #FCDC9A
Tints of Cream Brulee #FCDC9A
RGB
CMYK
RGB Variations
Color information
#FCDC9A (or 0xFCDC9A) is known color: Cream Brulee. HEX triplet: FC, DC and 9A. RGB value is (252,220,154). Sum of RGB (Red+Green+Blue) = 252+220+154=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC9A is #032365. Grayscale: #DEDEDE. Windows color (decimal): -205670 or 10149116. OLE color: 10149116.
HSL color Cylindrical-coordinate representation of color #FCDC9A: hue angle of 40.41º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCDC9A is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 154 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.01 |
| HSL | 40.41º | 0.94% | 0.8% | - |
| HSV(B) | 40.41º | 0.39% | 0.99% | - |
| XYZ | 71.57 | 74.21 | 41.12 | - |
| YUV | 222.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 154 | 0 | 0.13 | 0.39 | 0.01 | 40.41 | 0.94 | 0.8 |
| Hex | FC | DC | 9A | 0 | D | 27 | 1 | 28 | 5E | 50 |
| Octal | 374 | 334 | 232 | 0 | 15 | 47 | 1 | 50 | 136 | 120 |
| Binary | 11111100 | 11011100 | 10011010 | 0 | 1101 | 100111 | 1 | 101000 | 1011110 | 1010000 |
Color Harmonies of #FCDC9A
Complementary color
Monochromatic Colors of #FCDC9A
Black with #FCDC9A
Text Example
Text Example
White with #FCDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC9A; }
p { color: rgb(252,220,154); }
H1.HeaderClassName
{
color: #FCDC9A;
}
.AnyTagClassName
{
color: #FCDC9A;
}
</style>
background-color css
<style>
a { background-color: #FCDC9A; }
a { background-color: rgb(252,220,154); }
div.DivClassName
{
background-color: #FCDC9A;
}
.BgClassName
{
background-color: #FCDC9A;
}
</style>
border-color css
<style>
span { border-color: #FCDC9A; }
span { border-color: rgb(252,220,154); }
td.TdClassName
{
border-color: #FCDC9A;
}
.TagClassName
{
border-color: #FCDC9A;
}
</style>