#FCDC97

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

Shades of Cream Brulee #FCDC97

Tints of Cream Brulee #FCDC97

Color information

#FCDC97 (or 0xFCDC97) is unknown color: approx Cream Brulee. HEX triplet: FC, DC and 97. RGB value is (252,220,151). Sum of RGB (Red+Green+Blue) = 252+220+151=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 151 (59.38% from 255 or 24.24% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC97 is #032368. Grayscale: #DEDEDE. Windows color (decimal): -205673 or 9952508. OLE color: 9952508.

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

Color convert

RGB252220151-
CMYK00.130.400.01
HSL40.99º94.39%79.02%-
HSV(B)40.99º40.08%98.82%-
XYZ71.3274.1239.82-
YUV221.788.1149.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 151 (59.38% from 255) = 24.24%
R=40.45%
G=35.31%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222015100.130.400.0140.9994.3979.02
HexFCDC970D281295e4f
Octal37433422701550151136117
Binary11111100110111001001011101101101000110100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDC97; }

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

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

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

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

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

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

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

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