Html Css Color HEX #FEF8E2 Corn Silk

📋 copy color: '#FEF8E2'

red 254 ◦ green 248 ◦ blue 226

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

Shades of Corn Silk #FEF8E2

Tints of Corn Silk #FEF8E2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 34.07%

 BLUE value IS 226 (88.67% from 255) = 31.04%

R = 34.89%
G = 34.07%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEF8E2 (or 0xFEF8E2) is known color: Corn Silk. HEX triplet: FE, F8 and E2. RGB value is (254,248,226). Sum of RGB (Red+Green+Blue) = 254+248+226=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 248 (97.27% from 255 or 34.07% from 728); Blue value is 226 (88.67% from 255 or 31.04% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8E2 is #01071D. Grayscale: #F7F7F7. Windows color (decimal): -67358 or 14874878. OLE color: 14874878.

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

Color convert

RGB 254 248 226 -
CMYK 0 0.02 0.11 0.00
HSL 47.14º 0.93% 0.94% -
HSV(B) 47.14º 0.11% 1% -
XYZ 88.17 93.7 85.39 -
YUV 247.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 254 248 226 0 0.02 0.11 0.00 47.14 0.93 0.94
Hex FE F8 E2 0 2 B 0 2F 5D 5E
Octal 376 370 342 0 2 13 0 57 135 136
Binary 11111110 11111000 11100010 0 10 1011 0 101111 1011101 1011110

Color Harmonies of #FEF8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF8E2

Black with #FEF8E2

Text Example


Text Example

White with #FEF8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF8E2; }

 p { color: rgb(254,248,226); }

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

background-color css

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

 a { background-color: rgb(254,248,226); }

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

border-color css

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

 span { border-color: rgb(254,248,226); }

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