#FEFAE5

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

Shades of Corn Silk #FEFAE5

Tints of Corn Silk #FEFAE5

Color information

#FEFAE5 (or 0xFEFAE5) is unknown color: approx Corn Silk. HEX triplet: FE, FA and E5. RGB value is (254,250,229). Sum of RGB (Red+Green+Blue) = 254+250+229=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 229 (89.84% from 255 or 31.24% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAE5 is #01051A. Grayscale: #F8F8F8. Windows color (decimal): -66843 or 15071998. OLE color: 15071998.

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

Color convert

RGB254250229-
CMYK00.020.100.00
HSL50.4º92.59%94.71%-
HSV(B)50.4º9.84%99.61%-
XYZ89.295.187.78-
YUV248.8116.83131.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.65%
GREEN value IS 250 (98.05% from 255) = 34.11%
BLUE value IS 229 (89.84% from 255) = 31.24%
R=34.65%
G=34.11%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425022900.020.100.0050.492.5994.71
HexFEFAE502A0325d5f
Octal3763723450212062135137
Binary1111111011111010111001010101010011001010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAE5; }

 p { color: rgb(254,250,229); }

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

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

 a { background-color: rgb(254,250,229); }

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

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

 span { border-color: rgb(254,250,229); }

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