#FEF3D0

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

Shades of China Ivory #FEF3D0

Tints of China Ivory #FEF3D0

Color information

#FEF3D0 (or 0xFEF3D0) is unknown color: approx China Ivory. HEX triplet: FE, F3 and D0. RGB value is (254,243,208). Sum of RGB (Red+Green+Blue) = 254+243+208=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 243 (95.31% from 255 or 34.47% from 705); Blue value is 208 (81.64% from 255 or 29.50% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3D0 is #010C2F. Grayscale: #F2F2F2. Windows color (decimal): -68656 or 13693950. OLE color: 13693950.

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

Color convert

RGB254243208-
CMYK00.040.180.00
HSL45.65º95.83%90.59%-
HSV(B)45.65º18.11%99.61%-
XYZ84.3189.7372.55-
YUV242.3108.64136.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 243 (95.31% from 255) = 34.47%
BLUE value IS 208 (81.64% from 255) = 29.50%
R=36.03%
G=34.47%
B=29.50%

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
Decimal25424320800.040.180.0045.6595.8390.59
HexFEF3D0041202e605b
Octal3763633200422056140133
Binary111111101111001111010000010010010010111011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3D0; }

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

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

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

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

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

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

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

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