#FCDF97

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

Shades of Cream Brulee #FCDF97

Tints of Cream Brulee #FCDF97

Color information

#FCDF97 (or 0xFCDF97) is unknown color: approx Cream Brulee. HEX triplet: FC, DF and 97. RGB value is (252,223,151). Sum of RGB (Red+Green+Blue) = 252+223+151=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 151 (59.38% from 255 or 24.12% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF97 is #032068. Grayscale: #DFDFDF. Windows color (decimal): -204905 or 9953276. OLE color: 9953276.

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

Color convert

RGB252223151-
CMYK00.120.400.01
HSL42.77º94.39%79.02%-
HSV(B)42.77º40.08%98.82%-
XYZ72.1275.7140.09-
YUV223.4687.11148.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 151 (59.38% from 255) = 24.12%
R=40.26%
G=35.62%
B=24.12%

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
Decimal25222315100.120.400.0142.7794.3979.02
HexFCDF970C2812b5e4f
Octal37433722701450153136117
Binary11111100110111111001011101100101000110101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDF97; }

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

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

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

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

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

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

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

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