#FEF7E1

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

Shades of Corn Silk #FEF7E1

Tints of Corn Silk #FEF7E1

Color information

#FEF7E1 (or 0xFEF7E1) is unknown color: approx Corn Silk. HEX triplet: FE, F7 and E1. RGB value is (254,247,225). Sum of RGB (Red+Green+Blue) = 254+247+225=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 247 (96.88% from 255 or 34.02% from 726); Blue value is 225 (88.28% from 255 or 30.99% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7E1 is #01081E. Grayscale: #F6F6F6. Windows color (decimal): -67615 or 14809086. OLE color: 14809086.

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

Color convert

RGB254247225-
CMYK00.030.110.00
HSL45.52º93.55%93.92%-
HSV(B)45.52º11.42%99.61%-
XYZ87.7293.0384.57-
YUV246.58115.82133.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.99%
GREEN value IS 247 (96.88% from 255) = 34.02%
BLUE value IS 225 (88.28% from 255) = 30.99%
R=34.99%
G=34.02%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424722500.030.110.0045.5293.5593.92
HexFEF7E103B02e5e5e
Octal3763673410313056136136
Binary1111111011110111111000010111011010111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7E1; }

 p { color: rgb(254,247,225); }

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

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

 a { background-color: rgb(254,247,225); }

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

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

 span { border-color: rgb(254,247,225); }

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