Shades of Cream Brulee #FCDD9B
Tints of Cream Brulee #FCDD9B
RGB
CMYK
RGB Variations
Color information
#FCDD9B (or 0xFCDD9B) is known color: Cream Brulee. HEX triplet: FC, DD and 9B. RGB value is (252,221,155). Sum of RGB (Red+Green+Blue) = 252+221+155=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 155 (60.94% from 255 or 24.68% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD9B is #032264. Grayscale: #DFDFDF. Windows color (decimal): -205413 or 10214908. OLE color: 10214908.
HSL color Cylindrical-coordinate representation of color #FCDD9B: hue angle of 40.82º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCDD9B is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 155 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.01 |
| HSL | 40.82º | 0.94% | 0.8% | - |
| HSV(B) | 40.82º | 0.38% | 0.99% | - |
| XYZ | 71.92 | 74.77 | 41.65 | - |
| YUV | 222.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 155 | 0 | 0.12 | 0.38 | 0.01 | 40.82 | 0.94 | 0.8 |
| Hex | FC | DD | 9B | 0 | C | 26 | 1 | 29 | 5E | 50 |
| Octal | 374 | 335 | 233 | 0 | 14 | 46 | 1 | 51 | 136 | 120 |
| Binary | 11111100 | 11011101 | 10011011 | 0 | 1100 | 100110 | 1 | 101001 | 1011110 | 1010000 |
Color Harmonies of #FCDD9B
Complementary color
Monochromatic Colors of #FCDD9B
Black with #FCDD9B
Text Example
Text Example
White with #FCDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD9B; }
p { color: rgb(252,221,155); }
H1.HeaderClassName
{
color: #FCDD9B;
}
.AnyTagClassName
{
color: #FCDD9B;
}
</style>
background-color css
<style>
a { background-color: #FCDD9B; }
a { background-color: rgb(252,221,155); }
div.DivClassName
{
background-color: #FCDD9B;
}
.BgClassName
{
background-color: #FCDD9B;
}
</style>
border-color css
<style>
span { border-color: #FCDD9B; }
span { border-color: rgb(252,221,155); }
td.TdClassName
{
border-color: #FCDD9B;
}
.TagClassName
{
border-color: #FCDD9B;
}
</style>