Html Css Color HEX #FEF6DE Corn Silk

📋 copy color: '#FEF6DE'

red 254 ◦ green 246 ◦ blue 222

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

Shades of Corn Silk #FEF6DE

Tints of Corn Silk #FEF6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 30.75%

R = 35.18%
G = 34.07%
B = 30.75%

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

#FEF6DE (or 0xFEF6DE) is known color: Corn Silk. HEX triplet: FE, F6 and DE. RGB value is (254,246,222). Sum of RGB (Red+Green+Blue) = 254+246+222=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 246 (96.48% from 255 or 34.07% from 722); Blue value is 222 (87.11% from 255 or 30.75% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6DE is #010921. Grayscale: #F5F5F5. Windows color (decimal): -67874 or 14612222. OLE color: 14612222.

HSL color Cylindrical-coordinate representation of color #FEF6DE: hue angle of 45º 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 #FEF6DE is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 246 222 -
CMYK 0 0.03 0.13 0.00
HSL 45º 0.94% 0.93% -
HSV(B) 45º 0.13% 1% -
XYZ 87.01 92.26 82.33 -
YUV 245.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 254 246 222 0 0.03 0.13 0.00 45 0.94 0.93
Hex FE F6 DE 0 3 D 0 2D 5E 5D
Octal 376 366 336 0 3 15 0 55 136 135
Binary 11111110 11110110 11011110 0 11 1101 0 101101 1011110 1011101

Color Harmonies of #FEF6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6DE

Black with #FEF6DE

Text Example


Text Example

White with #FEF6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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