#FCDC9C

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

Shades of Cream Brulee #FCDC9C

Tints of Cream Brulee #FCDC9C

Color information

#FCDC9C (or 0xFCDC9C) is unknown color: approx Cream Brulee. HEX triplet: FC, DC and 9C. RGB value is (252,220,156). Sum of RGB (Red+Green+Blue) = 252+220+156=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 156 (61.33% from 255 or 24.84% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC9C is #032363. Grayscale: #DEDEDE. Windows color (decimal): -205668 or 10280188. OLE color: 10280188.

HSL color Cylindrical-coordinate representation of color #FCDC9C: hue angle of 40º 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 #FCDC9C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB252220156-
CMYK00.130.380.01
HSL40º94.12%80%-
HSV(B)40º38.1%98.82%-
XYZ71.7474.2842.01-
YUV222.2790.6149.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 156 (61.33% from 255) = 24.84%
R=40.13%
G=35.03%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222015600.130.380.014094.1280
HexFCDC9C0D261285e50
Octal37433423401546150136120
Binary11111100110111001001110001101100110110100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDC9C; }

 p { color: rgb(252,220,156); }

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

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

 a { background-color: rgb(252,220,156); }

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

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

 span { border-color: rgb(252,220,156); }

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