Shades of Cream Brulee #FCDF99
Tints of Cream Brulee #FCDF99
RGB
CMYK
RGB Variations
Color information
#FCDF99 (or 0xFCDF99) is known color: Cream Brulee. HEX triplet: FC, DF and 99. RGB value is (252,223,153). Sum of RGB (Red+Green+Blue) = 252+223+153=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 153 (60.16% from 255 or 24.36% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF99 is #032066. Grayscale: #E0E0E0. Windows color (decimal): -204903 or 10084348. OLE color: 10084348.
HSL color Cylindrical-coordinate representation of color #FCDF99: hue angle of 42.42º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCDF99 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 153 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.01 |
| HSL | 42.42º | 0.94% | 0.79% | - |
| HSV(B) | 42.42º | 0.39% | 0.99% | - |
| XYZ | 72.28 | 75.77 | 40.95 | - |
| YUV | 223.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 153 | 0 | 0.12 | 0.39 | 0.01 | 42.42 | 0.94 | 0.79 |
| Hex | FC | DF | 99 | 0 | C | 27 | 1 | 2A | 5E | 4F |
| Octal | 374 | 337 | 231 | 0 | 14 | 47 | 1 | 52 | 136 | 117 |
| Binary | 11111100 | 11011111 | 10011001 | 0 | 1100 | 100111 | 1 | 101010 | 1011110 | 1001111 |
Color Harmonies of #FCDF99
Complementary color
Monochromatic Colors of #FCDF99
Black with #FCDF99
Text Example
Text Example
White with #FCDF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF99; }
p { color: rgb(252,223,153); }
H1.HeaderClassName
{
color: #FCDF99;
}
.AnyTagClassName
{
color: #FCDF99;
}
</style>
background-color css
<style>
a { background-color: #FCDF99; }
a { background-color: rgb(252,223,153); }
div.DivClassName
{
background-color: #FCDF99;
}
.BgClassName
{
background-color: #FCDF99;
}
</style>
border-color css
<style>
span { border-color: #FCDF99; }
span { border-color: rgb(252,223,153); }
td.TdClassName
{
border-color: #FCDF99;
}
.TagClassName
{
border-color: #FCDF99;
}
</style>