#FEF3D1

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

Shades of China Ivory #FEF3D1

Tints of China Ivory #FEF3D1

Color information

#FEF3D1 (or 0xFEF3D1) is unknown color: approx China Ivory. HEX triplet: FE, F3 and D1. RGB value is (254,243,209). Sum of RGB (Red+Green+Blue) = 254+243+209=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 209 (82.03% from 255 or 29.60% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3D1 is #010C2E. Grayscale: #F2F2F2. Windows color (decimal): -68655 or 13759486. OLE color: 13759486.

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

Color convert

RGB254243209-
CMYK00.040.180.00
HSL45.33º95.74%90.78%-
HSV(B)45.33º17.72%99.61%-
XYZ84.4389.7873.2-
YUV242.41109.14136.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.98%
GREEN value IS 243 (95.31% from 255) = 34.42%
BLUE value IS 209 (82.03% from 255) = 29.60%
R=35.98%
G=34.42%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424320900.040.180.0045.3395.7490.78
HexFEF3D1041202d605b
Octal3763633210422055140133
Binary111111101111001111010001010010010010110111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3D1; }

 p { color: rgb(254,243,209); }

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

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

 a { background-color: rgb(254,243,209); }

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

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

 span { border-color: rgb(254,243,209); }

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