#FCDF9A

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

Shades of Cream Brulee #FCDF9A

Tints of Cream Brulee #FCDF9A

Color information

#FCDF9A (or 0xFCDF9A) is unknown color: approx Cream Brulee. HEX triplet: FC, DF and 9A. RGB value is (252,223,154). Sum of RGB (Red+Green+Blue) = 252+223+154=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 154 (60.55% from 255 or 24.48% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF9A is #032065. Grayscale: #E0E0E0. Windows color (decimal): -204902 or 10149884. OLE color: 10149884.

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

Color convert

RGB252223154-
CMYK00.120.390.01
HSL42.24º94.23%79.61%-
HSV(B)42.24º38.89%98.82%-
XYZ72.3775.841.39-
YUV223.888.61148.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 154 (60.55% from 255) = 24.48%
R=40.06%
G=35.45%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222315400.120.390.0142.2494.2379.61
HexFCDF9A0C2712a5e50
Octal37433723201447152136120
Binary11111100110111111001101001100100111110101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDF9A; }

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

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

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

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

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

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

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

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