#FEF7D5

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

Shades of China Ivory #FEF7D5

Tints of China Ivory #FEF7D5

Color information

#FEF7D5 (or 0xFEF7D5) is unknown color: approx China Ivory. HEX triplet: FE, F7 and D5. RGB value is (254,247,213). Sum of RGB (Red+Green+Blue) = 254+247+213=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 247 (96.88% from 255 or 34.59% from 714); Blue value is 213 (83.59% from 255 or 29.83% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7D5 is #01082A. Grayscale: #F5F5F5. Windows color (decimal): -67627 or 14022654. OLE color: 14022654.

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

Color convert

RGB254247213-
CMYK00.030.160.00
HSL49.76º95.35%91.57%-
HSV(B)49.76º16.14%99.61%-
XYZ86.1492.476.24-
YUV245.22109.82134.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 247 (96.88% from 255) = 34.59%
BLUE value IS 213 (83.59% from 255) = 29.83%
R=35.57%
G=34.59%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424721300.030.160.0049.7695.3591.57
HexFEF7D503100325f5c
Octal3763673250320062137134
Binary11111110111101111101010101110000011001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7D5; }

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

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

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

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

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

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

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

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