Html Css Color HEX #FEFAE5 Corn Silk

📋 copy color: '#FEFAE5'

red 254 ◦ green 250 ◦ blue 229

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

Shades of Corn Silk #FEFAE5

Tints of Corn Silk #FEFAE5

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 value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEFAE5 (or 0xFEFAE5) is known color: 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

RGB 254 250 229 -
CMYK 0 0.02 0.10 0.00
HSL 50.4º 0.93% 0.95% -
HSV(B) 50.4º 0.1% 1% -
XYZ 89.2 95.1 87.78 -
YUV 248.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 254 250 229 0 0.02 0.10 0.00 50.4 0.93 0.95
Hex FE FA E5 0 2 A 0 32 5D 5F
Octal 376 372 345 0 2 12 0 62 135 137
Binary 11111110 11111010 11100101 0 10 1010 0 110010 1011101 1011111

Color Harmonies of #FEFAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAE5

Black with #FEFAE5

Text Example


Text Example

White with #FEFAE5

Text Example


Text Example

HTML Codes & Css Web 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>