#FEF4CA

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

Shades of China Ivory #FEF4CA

Tints of China Ivory #FEF4CA

Color information

#FEF4CA (or 0xFEF4CA) is unknown color: approx China Ivory. HEX triplet: FE, F4 and CA. RGB value is (254,244,202). Sum of RGB (Red+Green+Blue) = 254+244+202=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 244 (95.70% from 255 or 34.86% from 700); Blue value is 202 (79.30% from 255 or 28.86% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4CA is #010B35. Grayscale: #F2F2F2. Windows color (decimal): -68406 or 13300990. OLE color: 13300990.

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

Color convert

RGB254244202-
CMYK00.040.200.00
HSL48.46º96.3%89.41%-
HSV(B)48.46º20.47%99.61%-
XYZ83.8890.0468.83-
YUV242.2105.31136.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 244 (95.70% from 255) = 34.86%
BLUE value IS 202 (79.30% from 255) = 28.86%
R=36.29%
G=34.86%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424420200.040.200.0048.4696.389.41
HexFEF4CA04140306059
Octal3763643120424060140131
Binary111111101111010011001010010010100011000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4CA; }

 p { color: rgb(254,244,202); }

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

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

 a { background-color: rgb(254,244,202); }

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

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

 span { border-color: rgb(254,244,202); }

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