#FEFCF1

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

Shades of Ivory #FEFCF1

Tints of Ivory #FEFCF1

Color information

#FEFCF1 (or 0xFEFCF1) is unknown color: approx Ivory. HEX triplet: FE, FC and F1. RGB value is (254,252,241). Sum of RGB (Red+Green+Blue) = 254+252+241=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 241 (94.53% from 255 or 32.26% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCF1 is #01030E. Grayscale: #FBFBFB. Windows color (decimal): -66319 or 15858942. OLE color: 15858942.

HSL color Cylindrical-coordinate representation of color #FEFCF1: hue angle of 50.77º degrees, saturation: 0.87, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FEFCF1 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB254252241-
CMYK00.010.050.00
HSL50.77º86.67%97.06%-
HSV(B)50.77º5.12%99.61%-
XYZ91.5697.0497.12-
YUV251.34122.16129.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.00%
GREEN value IS 252 (98.83% from 255) = 33.73%
BLUE value IS 241 (94.53% from 255) = 32.26%
R=34.00%
G=33.73%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425224100.010.050.0050.7786.6797.06
HexFEFCF10150335761
Octal376374361015063127141
Binary11111110111111001111000101101011001110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCF1; }

 p { color: rgb(254,252,241); }

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

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

 a { background-color: rgb(254,252,241); }

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

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

 span { border-color: rgb(254,252,241); }

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