#FEF9DF

Color #FEF9DF Corn Silk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Silk #FEF9DF

Tints of Corn Silk #FEF9DF

Color information

#FEF9DF (or 0xFEF9DF) is unknown color: approx Corn Silk. HEX triplet: FE, F9 and DF. RGB value is (254,249,223). Sum of RGB (Red+Green+Blue) = 254+249+223=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 249 (97.66% from 255 or 34.30% from 726); Blue value is 223 (87.5% from 255 or 30.72% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9DF is #010620. Grayscale: #F7F7F7. Windows color (decimal): -67105 or 14678526. OLE color: 14678526.

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

Color convert

RGB254249223-
CMYK00.020.120.00
HSL50.32º93.94%93.53%-
HSV(B)50.32º12.2%99.61%-
XYZ88.0794.1583.34-
YUV247.53114.16132.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.99%
GREEN value IS 249 (97.66% from 255) = 34.30%
BLUE value IS 223 (87.5% from 255) = 30.72%
R=34.99%
G=34.30%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424922300.020.120.0050.3293.9493.53
HexFEF9DF02C0325e5e
Octal3763713370214062136136
Binary1111111011111001110111110101100011001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9DF; }

 p { color: rgb(254,249,223); }

 H1.HeaderClassName
 {
   color: #FEF9DF;
 }
 .AnyTagClassName
 {
   color: #FEF9DF;
 }
</style>
background-color css

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

 a { background-color: rgb(254,249,223); }

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

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

 span { border-color: rgb(254,249,223); }

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