#FCF6DD

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

Shades of Corn Silk #FCF6DD

Tints of Corn Silk #FCF6DD

Color information

#FCF6DD (or 0xFCF6DD) is unknown color: approx Corn Silk. HEX triplet: FC, F6 and DD. RGB value is (252,246,221). Sum of RGB (Red+Green+Blue) = 252+246+221=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 221 (86.72% from 255 or 30.74% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6DD is #030922. Grayscale: #F5F5F5. Windows color (decimal): -198947 or 14546684. OLE color: 14546684.

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

Color convert

RGB252246221-
CMYK00.020.120.01
HSL48.39º83.78%92.75%-
HSV(B)48.39º12.3%98.82%-
XYZ86.1591.8381.59-
YUV244.94114.49133.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 246 (96.48% from 255) = 34.21%
BLUE value IS 221 (86.72% from 255) = 30.74%
R=35.05%
G=34.21%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224622100.020.120.0148.3983.7892.75
HexFCF6DD02C130545d
Octal3743663350214160124135
Binary1111110011110110110111010101100111000010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF6DD; }

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

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

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

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

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

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

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

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