#FCDF9C

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

Shades of Cream Brulee #FCDF9C

Tints of Cream Brulee #FCDF9C

Color information

#FCDF9C (or 0xFCDF9C) is unknown color: approx Cream Brulee. HEX triplet: FC, DF and 9C. RGB value is (252,223,156). Sum of RGB (Red+Green+Blue) = 252+223+156=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 156 (61.33% from 255 or 24.72% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF9C is #032063. Grayscale: #E0E0E0. Windows color (decimal): -204900 or 10280956. OLE color: 10280956.

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

Color convert

RGB252223156-
CMYK00.120.380.01
HSL41.88º94.12%80%-
HSV(B)41.88º38.1%98.82%-
XYZ72.5375.8742.27-
YUV224.0389.61147.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 156 (61.33% from 255) = 24.72%
R=39.94%
G=35.34%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222315600.120.380.0141.8894.1280
HexFCDF9C0C2612a5e50
Octal37433723401446152136120
Binary11111100110111111001110001100100110110101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDF9C; }

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

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

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

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

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

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

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

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