Html Css Color HEX #FEFAE8 Corn Silk

📋 copy color: '#FEFAE8'

red 254 ◦ green 250 ◦ blue 232

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

Shades of Corn Silk #FEFAE8

Tints of Corn Silk #FEFAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 31.52%

R = 34.51%
G = 33.97%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEFAE8 (or 0xFEFAE8) is known color: Corn Silk. HEX triplet: FE, FA and E8. RGB value is (254,250,232). Sum of RGB (Red+Green+Blue) = 254+250+232=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 232 (91.02% from 255 or 31.52% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAE8 is #010517. Grayscale: #F9F9F9. Windows color (decimal): -66840 or 15268606. OLE color: 15268606.

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

Color convert

RGB 254 250 232 -
CMYK 0 0.02 0.09 0.00
HSL 49.09º 0.92% 0.95% -
HSV(B) 49.09º 0.09% 1% -
XYZ 89.62 95.27 90.01 -
YUV 249.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 254 250 232 0 0.02 0.09 0.00 49.09 0.92 0.95
Hex FE FA E8 0 2 9 0 31 5C 5F
Octal 376 372 350 0 2 11 0 61 134 137
Binary 11111110 11111010 11101000 0 10 1001 0 110001 1011100 1011111

Color Harmonies of #FEFAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAE8

Black with #FEFAE8

Text Example


Text Example

White with #FEFAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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