#FEF3CF

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

Shades of China Ivory #FEF3CF

Tints of China Ivory #FEF3CF

Color information

#FEF3CF (or 0xFEF3CF) is unknown color: approx China Ivory. HEX triplet: FE, F3 and CF. RGB value is (254,243,207). Sum of RGB (Red+Green+Blue) = 254+243+207=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 243 (95.31% from 255 or 34.52% from 704); Blue value is 207 (81.25% from 255 or 29.40% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3CF is #010C30. Grayscale: #F2F2F2. Windows color (decimal): -68657 or 13628414. OLE color: 13628414.

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

Color convert

RGB254243207-
CMYK00.040.190.00
HSL45.96º95.92%90.39%-
HSV(B)45.96º18.5%99.61%-
XYZ84.1989.6871.9-
YUV242.18108.14136.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 243 (95.31% from 255) = 34.52%
BLUE value IS 207 (81.25% from 255) = 29.40%
R=36.08%
G=34.52%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424320700.040.190.0045.9695.9290.39
HexFEF3CF041302e605a
Octal3763633170423056140132
Binary111111101111001111001111010010011010111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3CF; }

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

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

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

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

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

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

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

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