Shades of Cream Brulee #FCDD9A
Tints of Cream Brulee #FCDD9A
RGB
CMYK
RGB Variations
Color information
#FCDD9A (or 0xFCDD9A) is known color: Cream Brulee. HEX triplet: FC, DD and 9A. RGB value is (252,221,154). Sum of RGB (Red+Green+Blue) = 252+221+154=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 154 (60.55% from 255 or 24.56% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD9A is #032265. Grayscale: #DEDEDE. Windows color (decimal): -205414 or 10149372. OLE color: 10149372.
HSL color Cylindrical-coordinate representation of color #FCDD9A: hue angle of 41.02º 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 #FCDD9A is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 154 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.01 |
| HSL | 41.02º | 0.94% | 0.8% | - |
| HSV(B) | 41.02º | 0.39% | 0.99% | - |
| XYZ | 71.83 | 74.74 | 41.21 | - |
| YUV | 222.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 154 | 0 | 0.12 | 0.39 | 0.01 | 41.02 | 0.94 | 0.8 |
| Hex | FC | DD | 9A | 0 | C | 27 | 1 | 29 | 5E | 50 |
| Octal | 374 | 335 | 232 | 0 | 14 | 47 | 1 | 51 | 136 | 120 |
| Binary | 11111100 | 11011101 | 10011010 | 0 | 1100 | 100111 | 1 | 101001 | 1011110 | 1010000 |
Color Harmonies of #FCDD9A
Complementary color
Monochromatic Colors of #FCDD9A
Black with #FCDD9A
Text Example
Text Example
White with #FCDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD9A; }
p { color: rgb(252,221,154); }
H1.HeaderClassName
{
color: #FCDD9A;
}
.AnyTagClassName
{
color: #FCDD9A;
}
</style>
background-color css
<style>
a { background-color: #FCDD9A; }
a { background-color: rgb(252,221,154); }
div.DivClassName
{
background-color: #FCDD9A;
}
.BgClassName
{
background-color: #FCDD9A;
}
</style>
border-color css
<style>
span { border-color: #FCDD9A; }
span { border-color: rgb(252,221,154); }
td.TdClassName
{
border-color: #FCDD9A;
}
.TagClassName
{
border-color: #FCDD9A;
}
</style>