Html Css Color HEX #FCF6DF Corn Silk

📋 copy color: '#FCF6DF'

red 252 ◦ green 246 ◦ blue 223

#FCF6DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Silk #FCF6DF

Tints of Corn Silk #FCF6DF

RGB

 RED value IS 252 (98.83% from 255) = 34.95%

 GREEN value IS 246 (96.48% from 255) = 34.12%

 BLUE value IS 223 (87.5% from 255) = 30.93%

R = 34.95%
G = 34.12%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCF6DF (or 0xFCF6DF) is known color: Corn Silk. HEX triplet: FC, F6 and DF. RGB value is (252,246,223). Sum of RGB (Red+Green+Blue) = 252+246+223=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 223 (87.5% from 255 or 30.93% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6DF is #030920. Grayscale: #F5F5F5. Windows color (decimal): -198945 or 14677756. OLE color: 14677756.

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

Color convert

RGB 252 246 223 -
CMYK 0 0.02 0.12 0.01
HSL 47.59º 0.83% 0.93% -
HSV(B) 47.59º 0.12% 0.99% -
XYZ 86.42 91.93 83 -
YUV 245.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 252 246 223 0 0.02 0.12 0.01 47.59 0.83 0.93
Hex FC F6 DF 0 2 C 1 30 53 5D
Octal 374 366 337 0 2 14 1 60 123 135
Binary 11111100 11110110 11011111 0 10 1100 1 110000 1010011 1011101

Color Harmonies of #FCF6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6DF

Black with #FCF6DF

Text Example


Text Example

White with #FCF6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6DF; }

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

 H1.HeaderClassName
 {
   color: #FCF6DF;
 }
 .AnyTagClassName
 {
   color: #FCF6DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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