#FEFDF3

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

Shades of Ivory #FEFDF3

Tints of Ivory #FEFDF3

Color information

#FEFDF3 (or 0xFEFDF3) is unknown color: approx Ivory. HEX triplet: FE, FD and F3. RGB value is (254,253,243). Sum of RGB (Red+Green+Blue) = 254+253+243=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 253 (99.22% from 255 or 33.73% from 750); Blue value is 243 (95.31% from 255 or 32.4% from 750); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF3 is #01020C. Grayscale: #FCFCFC. Windows color (decimal): -66061 or 15990270. OLE color: 15990270.

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

Color convert

RGB254253243-
CMYK00.000.040.00
HSL54.55º84.62%97.45%-
HSV(B)54.55º4.33%99.61%-
XYZ92.1897.7998.81-
YUV252.16122.83129.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.87%
GREEN value IS 253 (99.22% from 255) = 33.73%
BLUE value IS 243 (95.31% from 255) = 32.4%
R=33.87%
G=33.73%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425324300.000.040.0054.5584.6297.45
HexFEFDF30040375561
Octal376375363004067125141
Binary11111110111111011111001100100011011110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDF3; }

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

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

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

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

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

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

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

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