#FEF4D6

Color #FEF4D6 China Ivory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of China Ivory #FEF4D6

Tints of China Ivory #FEF4D6

Color information

#FEF4D6 (or 0xFEF4D6) is unknown color: approx China Ivory. HEX triplet: FE, F4 and D6. RGB value is (254,244,214). Sum of RGB (Red+Green+Blue) = 254+244+214=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 244 (95.70% from 255 or 34.27% from 712); Blue value is 214 (83.98% from 255 or 30.06% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4D6 is #010B29. Grayscale: #F3F3F3. Windows color (decimal): -68394 or 14087422. OLE color: 14087422.

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

Color convert

RGB254244214-
CMYK00.040.160.00
HSL45º95.24%91.76%-
HSV(B)45º15.75%99.61%-
XYZ85.3690.6376.61-
YUV243.57111.31135.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 244 (95.70% from 255) = 34.27%
BLUE value IS 214 (83.98% from 255) = 30.06%
R=35.67%
G=34.27%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424421400.040.160.004595.2491.76
HexFEF4D6041002d5f5c
Octal3763643260420055137134
Binary111111101111010011010110010010000010110110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4D6; }

 p { color: rgb(254,244,214); }

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

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

 a { background-color: rgb(254,244,214); }

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

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

 span { border-color: rgb(254,244,214); }

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