#FEFDF7

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

Shades of Ivory #FEFDF7

Tints of Ivory #FEFDF7

Color information

#FEFDF7 (or 0xFEFDF7) is unknown color: approx Ivory. HEX triplet: FE, FD and F7. RGB value is (254,253,247). Sum of RGB (Red+Green+Blue) = 254+253+247=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 253 (99.22% from 255 or 33.55% from 754); Blue value is 247 (96.88% from 255 or 32.76% from 754); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF7 is #010208. Grayscale: #FCFCFC. Windows color (decimal): -66057 or 16252414. OLE color: 16252414.

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

Color convert

RGB254253247-
CMYK00.000.030.00
HSL51.43º77.78%98.24%-
HSV(B)51.43º2.76%99.61%-
XYZ92.7998.04102.03-
YUV252.62124.83128.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.69%
GREEN value IS 253 (99.22% from 255) = 33.55%
BLUE value IS 247 (96.88% from 255) = 32.76%
R=33.69%
G=33.55%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425324700.000.030.0051.4377.7898.24
HexFEFDF70030334e62
Octal376375367003063116142
Binary1111111011111101111101110011011001110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDF7; }

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

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

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

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

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

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

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

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