#FCDE96

Color #FCDE96 Cream Brulee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Brulee #FCDE96

Tints of Cream Brulee #FCDE96

Color information

#FCDE96 (or 0xFCDE96) is unknown color: approx Cream Brulee. HEX triplet: FC, DE and 96. RGB value is (252,222,150). Sum of RGB (Red+Green+Blue) = 252+222+150=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 150 (58.98% from 255 or 24.04% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDE96 is #032169. Grayscale: #DFDFDF. Windows color (decimal): -205162 or 9887484. OLE color: 9887484.

HSL color Cylindrical-coordinate representation of color #FCDE96: hue angle of 42.35º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCDE96 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252222150-
CMYK00.120.400.01
HSL42.35º94.44%78.82%-
HSV(B)42.35º40.48%98.82%-
XYZ71.7775.1439.57-
YUV222.7686.94148.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 150 (58.98% from 255) = 24.04%
R=40.38%
G=35.58%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222215000.120.400.0142.3594.4478.82
HexFCDE960C2812a5e4f
Octal37433622601450152136117
Binary11111100110111101001011001100101000110101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDE96; }

 p { color: rgb(252,222,150); }

 H1.HeaderClassName
 {
   color: #FCDE96;
 }
 .AnyTagClassName
 {
   color: #FCDE96;
 }
</style>
background-color css

<style>
 a { background-color: #FCDE96; }

 a { background-color: rgb(252,222,150); }

 div.DivClassName
 {
   background-color: #FCDE96;
 }
 .BgClassName
 {
   background-color: #FCDE96;
 }
</style>
border-color css

<style>
 span { border-color: #FCDE96; }

 span { border-color: rgb(252,222,150); }

 td.TdClassName
 {
   border-color: #FCDE96;
 }
 .TagClassName
 {
   border-color: #FCDE96;
 }
</style>