#FEF2D0

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

Shades of China Ivory #FEF2D0

Tints of China Ivory #FEF2D0

Color information

#FEF2D0 (or 0xFEF2D0) is unknown color: approx China Ivory. HEX triplet: FE, F2 and D0. RGB value is (254,242,208). Sum of RGB (Red+Green+Blue) = 254+242+208=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 242 (94.92% from 255 or 34.38% from 704); Blue value is 208 (81.64% from 255 or 29.55% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2D0 is #010D2F. Grayscale: #F1F1F1. Windows color (decimal): -68912 or 13693694. OLE color: 13693694.

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

Color convert

RGB254242208-
CMYK00.050.180.00
HSL44.35º95.83%90.59%-
HSV(B)44.35º18.11%99.61%-
XYZ84.0189.1372.45-
YUV241.71108.98136.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 242 (94.92% from 255) = 34.38%
BLUE value IS 208 (81.64% from 255) = 29.55%
R=36.08%
G=34.38%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424220800.050.180.0044.3595.8390.59
HexFEF2D0051202c605b
Octal3763623200522054140133
Binary111111101111001011010000010110010010110011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2D0; }

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

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

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

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

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

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

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

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