#FCF6DA

Color #FCF6DA Corn Silk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Silk #FCF6DA

Tints of Corn Silk #FCF6DA

Color information

#FCF6DA (or 0xFCF6DA) is unknown color: approx Corn Silk. HEX triplet: FC, F6 and DA. RGB value is (252,246,218). Sum of RGB (Red+Green+Blue) = 252+246+218=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 246 (96.48% from 255 or 34.36% from 716); Blue value is 218 (85.55% from 255 or 30.45% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6DA is #030925. Grayscale: #F4F4F4. Windows color (decimal): -198950 or 14350076. OLE color: 14350076.

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

Color convert

RGB252246218-
CMYK00.020.130.01
HSL49.41º85%92.16%-
HSV(B)49.41º13.49%98.82%-
XYZ85.7691.6779.5-
YUV244.6112.99133.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 246 (96.48% from 255) = 34.36%
BLUE value IS 218 (85.55% from 255) = 30.45%
R=35.20%
G=34.36%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224621800.020.130.0149.418592.16
HexFCF6DA02D131555c
Octal3743663320215161125134
Binary1111110011110110110110100101101111000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF6DA; }

 p { color: rgb(252,246,218); }

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

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

 a { background-color: rgb(252,246,218); }

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

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

 span { border-color: rgb(252,246,218); }

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