Html Css Color HEX #FEFADE Corn Silk

📋 copy color: '#FEFADE'

red 254 ◦ green 250 ◦ blue 222

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

Shades of Corn Silk #FEFADE

Tints of Corn Silk #FEFADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 30.58%

R = 34.99%
G = 34.44%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEFADE (or 0xFEFADE) is known color: Corn Silk. HEX triplet: FE, FA and DE. RGB value is (254,250,222). Sum of RGB (Red+Green+Blue) = 254+250+222=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 222 (87.11% from 255 or 30.58% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFADE is #010521. Grayscale: #F8F8F8. Windows color (decimal): -66850 or 14613246. OLE color: 14613246.

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

Color convert

RGB 254 250 222 -
CMYK 0 0.02 0.13 0.00
HSL 52.5º 0.94% 0.93% -
HSV(B) 52.5º 0.13% 1% -
XYZ 88.24 94.72 82.74 -
YUV 248 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 254 250 222 0 0.02 0.13 0.00 52.5 0.94 0.93
Hex FE FA DE 0 2 D 0 34 5E 5D
Octal 376 372 336 0 2 15 0 64 136 135
Binary 11111110 11111010 11011110 0 10 1101 0 110100 1011110 1011101

Color Harmonies of #FEFADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFADE

Black with #FEFADE

Text Example


Text Example

White with #FEFADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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