Html Css Color HEX #FEFAE3 Corn Silk

📋 copy color: '#FEFAE3'

red 254 ◦ green 250 ◦ blue 227

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

Shades of Corn Silk #FEFAE3

Tints of Corn Silk #FEFAE3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.2%

 BLUE value IS 227 (89.06% from 255) = 31.05%

R = 34.75%
G = 34.2%
B = 31.05%

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

#FEFAE3 (or 0xFEFAE3) is known color: Corn Silk. HEX triplet: FE, FA and E3. RGB value is (254,250,227). Sum of RGB (Red+Green+Blue) = 254+250+227=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 227 (89.06% from 255 or 31.05% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAE3 is #01051C. Grayscale: #F8F8F8. Windows color (decimal): -66845 or 14940926. OLE color: 14940926.

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

Color convert

RGB 254 250 227 -
CMYK 0 0.02 0.11 0.00
HSL 51.11º 0.93% 0.94% -
HSV(B) 51.11º 0.11% 1% -
XYZ 88.92 94.99 86.32 -
YUV 248.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 254 250 227 0 0.02 0.11 0.00 51.11 0.93 0.94
Hex FE FA E3 0 2 B 0 33 5D 5E
Octal 376 372 343 0 2 13 0 63 135 136
Binary 11111110 11111010 11100011 0 10 1011 0 110011 1011101 1011110

Color Harmonies of #FEFAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAE3

Black with #FEFAE3

Text Example


Text Example

White with #FEFAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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