#FEFDF2

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

Shades of Ivory #FEFDF2

Tints of Ivory #FEFDF2

Color information

#FEFDF2 (or 0xFEFDF2) is unknown color: approx Ivory. HEX triplet: FE, FD and F2. RGB value is (254,253,242). Sum of RGB (Red+Green+Blue) = 254+253+242=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 253 (99.22% from 255 or 33.78% from 749); Blue value is 242 (94.92% from 255 or 32.31% from 749); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF2 is #01020D. Grayscale: #FCFCFC. Windows color (decimal): -66062 or 15924734. OLE color: 15924734.

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

Color convert

RGB254253242-
CMYK00.000.050.00
HSL55º85.71%97.25%-
HSV(B)55º4.72%99.61%-
XYZ92.0397.7398.02-
YUV252.04122.33129.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.91%
GREEN value IS 253 (99.22% from 255) = 33.78%
BLUE value IS 242 (94.92% from 255) = 32.31%
R=33.91%
G=33.78%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425324200.000.050.005585.7197.25
HexFEFDF20050375661
Octal376375362005067126141
Binary11111110111111011111001000101011011110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDF2; }

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

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

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

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

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

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

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

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