#FEF6CF

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

Shades of China Ivory #FEF6CF

Tints of China Ivory #FEF6CF

Color information

#FEF6CF (or 0xFEF6CF) is unknown color: approx China Ivory. HEX triplet: FE, F6 and CF. RGB value is (254,246,207). Sum of RGB (Red+Green+Blue) = 254+246+207=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 246 (96.48% from 255 or 34.79% from 707); Blue value is 207 (81.25% from 255 or 29.28% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6CF is #010930. Grayscale: #F4F4F4. Windows color (decimal): -67889 or 13629182. OLE color: 13629182.

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

Color convert

RGB254246207-
CMYK00.030.190.00
HSL49.79º95.92%90.39%-
HSV(B)49.79º18.5%99.61%-
XYZ85.0991.4972.21-
YUV243.95107.15135.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 246 (96.48% from 255) = 34.79%
BLUE value IS 207 (81.25% from 255) = 29.28%
R=35.93%
G=34.79%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424620700.030.190.0049.7995.9290.39
HexFEF6CF0313032605a
Octal3763663170323062140132
Binary11111110111101101100111101110011011001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6CF; }

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

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

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

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

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

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

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

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