#FEF5D5

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

Shades of China Ivory #FEF5D5

Tints of China Ivory #FEF5D5

Color information

#FEF5D5 (or 0xFEF5D5) is unknown color: approx China Ivory. HEX triplet: FE, F5 and D5. RGB value is (254,245,213). Sum of RGB (Red+Green+Blue) = 254+245+213=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 245 (96.09% from 255 or 34.41% from 712); Blue value is 213 (83.59% from 255 or 29.92% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5D5 is #010A2A. Grayscale: #F4F4F4. Windows color (decimal): -68139 or 14022142. OLE color: 14022142.

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

Color convert

RGB254245213-
CMYK00.040.160.00
HSL46.83º95.35%91.57%-
HSV(B)46.83º16.14%99.61%-
XYZ85.5491.1876.04-
YUV244.04110.48135.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 245 (96.09% from 255) = 34.41%
BLUE value IS 213 (83.59% from 255) = 29.92%
R=35.67%
G=34.41%
B=29.92%

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
Decimal25424521300.040.160.0046.8395.3591.57
HexFEF5D5041002f5f5c
Octal3763653250420057137134
Binary111111101111010111010101010010000010111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5D5; }

 p { color: rgb(254,245,213); }

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

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

 a { background-color: rgb(254,245,213); }

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

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

 span { border-color: rgb(254,245,213); }

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