Html Css Color HEX #FEF6DC Corn Silk

📋 copy color: '#FEF6DC'

red 254 ◦ green 246 ◦ blue 220

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

Shades of Corn Silk #FEF6DC

Tints of Corn Silk #FEF6DC

RGB

 RED value IS 254 (99.61% from 255) = 35.28%

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

 BLUE value IS 220 (86.33% from 255) = 30.56%

R = 35.28%
G = 34.17%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEF6DC (or 0xFEF6DC) is known color: Corn Silk. HEX triplet: FE, F6 and DC. RGB value is (254,246,220). Sum of RGB (Red+Green+Blue) = 254+246+220=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 220 (86.33% from 255 or 30.56% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6DC is #010923. Grayscale: #F5F5F5. Windows color (decimal): -67876 or 14481150. OLE color: 14481150.

HSL color Cylindrical-coordinate representation of color #FEF6DC: hue angle of 45.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEF6DC is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 246 220 -
CMYK 0 0.03 0.13 0.00
HSL 45.88º 0.94% 0.93% -
HSV(B) 45.88º 0.13% 1% -
XYZ 86.75 92.15 80.92 -
YUV 245.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 254 246 220 0 0.03 0.13 0.00 45.88 0.94 0.93
Hex FE F6 DC 0 3 D 0 2E 5E 5D
Octal 376 366 334 0 3 15 0 56 136 135
Binary 11111110 11110110 11011100 0 11 1101 0 101110 1011110 1011101

Color Harmonies of #FEF6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6DC

Black with #FEF6DC

Text Example


Text Example

White with #FEF6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6DC; }

 p { color: rgb(254,246,220); }

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

background-color css

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

 a { background-color: rgb(254,246,220); }

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

border-color css

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

 span { border-color: rgb(254,246,220); }

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