#FCDC93

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

Shades of Cream Brulee #FCDC93

Tints of Cream Brulee #FCDC93

Color information

#FCDC93 (or 0xFCDC93) is unknown color: approx Cream Brulee. HEX triplet: FC, DC and 93. RGB value is (252,220,147). Sum of RGB (Red+Green+Blue) = 252+220+147=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 147 (57.81% from 255 or 23.75% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC93 is #03236C. Grayscale: #DDDDDD. Windows color (decimal): -205677 or 9690364. OLE color: 9690364.

HSL color Cylindrical-coordinate representation of color #FCDC93: hue angle of 41.71º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCDC93 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB252220147-
CMYK00.130.420.01
HSL41.71º94.59%78.24%-
HSV(B)41.71º41.67%98.82%-
XYZ7173.9938.14-
YUV221.2586.1149.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 147 (57.81% from 255) = 23.75%
R=40.71%
G=35.54%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222014700.130.420.0141.7194.5978.24
HexFCDC930D2A12a5f4e
Octal37433422301552152137116
Binary11111100110111001001001101101101010110101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDC93; }

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

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

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

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

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

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

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

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