#FEFAE4

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

Shades of Corn Silk #FEFAE4

Tints of Corn Silk #FEFAE4

Color information

#FEFAE4 (or 0xFEFAE4) is unknown color: approx Corn Silk. HEX triplet: FE, FA and E4. RGB value is (254,250,228). Sum of RGB (Red+Green+Blue) = 254+250+228=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 228 (89.45% from 255 or 31.15% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAE4 is #01051B. Grayscale: #F8F8F8. Windows color (decimal): -66844 or 15006462. OLE color: 15006462.

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

Color convert

RGB254250228-
CMYK00.020.100.00
HSL50.77º92.86%94.51%-
HSV(B)50.77º10.24%99.61%-
XYZ89.0695.0487.05-
YUV248.69116.33131.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.70%
GREEN value IS 250 (98.05% from 255) = 34.15%
BLUE value IS 228 (89.45% from 255) = 31.15%
R=34.70%
G=34.15%
B=31.15%

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
Decimal25425022800.020.100.0050.7792.8694.51
HexFEFAE402A0335d5f
Octal3763723440212063135137
Binary1111111011111010111001000101010011001110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAE4; }

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

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

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

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

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

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

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

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