Html Css Color HEX #FEF7DC Corn Silk

📋 copy color: '#FEF7DC'

red 254 ◦ green 247 ◦ blue 220

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

Shades of Corn Silk #FEF7DC

Tints of Corn Silk #FEF7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.26%

 BLUE value IS 220 (86.33% from 255) = 30.51%

R = 35.23%
G = 34.26%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEF7DC (or 0xFEF7DC) is known color: Corn Silk. HEX triplet: FE, F7 and DC. RGB value is (254,247,220). Sum of RGB (Red+Green+Blue) = 254+247+220=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 247 (96.88% from 255 or 34.26% from 721); Blue value is 220 (86.33% from 255 or 30.51% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7DC is #010823. Grayscale: #F6F6F6. Windows color (decimal): -67620 or 14481406. OLE color: 14481406.

HSL color Cylindrical-coordinate representation of color #FEF7DC: hue angle of 47.65º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEF7DC is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 247 220 -
CMYK 0 0.03 0.13 0.00
HSL 47.65º 0.94% 0.93% -
HSV(B) 47.65º 0.13% 1% -
XYZ 87.05 92.76 81.03 -
YUV 246.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 254 247 220 0 0.03 0.13 0.00 47.65 0.94 0.93
Hex FE F7 DC 0 3 D 0 30 5E 5D
Octal 376 367 334 0 3 15 0 60 136 135
Binary 11111110 11110111 11011100 0 11 1101 0 110000 1011110 1011101

Color Harmonies of #FEF7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF7DC

Black with #FEF7DC

Text Example


Text Example

White with #FEF7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF7DC; }

 p { color: rgb(254,247,220); }

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

background-color css

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

 a { background-color: rgb(254,247,220); }

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

border-color css

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

 span { border-color: rgb(254,247,220); }

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