#FEFDF6

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

Shades of Ivory #FEFDF6

Tints of Ivory #FEFDF6

Color information

#FEFDF6 (or 0xFEFDF6) is unknown color: approx Ivory. HEX triplet: FE, FD and F6. RGB value is (254,253,246). Sum of RGB (Red+Green+Blue) = 254+253+246=753 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.73% from 753); Green value is 253 (99.22% from 255 or 33.60% from 753); Blue value is 246 (96.48% from 255 or 32.67% from 753); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF6 is #010209. Grayscale: #FCFCFC. Windows color (decimal): -66058 or 16186878. OLE color: 16186878.

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

Color convert

RGB254253246-
CMYK00.000.030.00
HSL52.5º80%98.04%-
HSV(B)52.5º3.15%99.61%-
XYZ92.6397.98101.22-
YUV252.5124.33129.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.73%
GREEN value IS 253 (99.22% from 255) = 33.60%
BLUE value IS 246 (96.48% from 255) = 32.67%
R=33.73%
G=33.60%
B=32.67%

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
Decimal25425324600.000.030.0052.58098.04
HexFEFDF60030345062
Octal376375366003064120142
Binary1111111011111101111101100011011010010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDF6; }

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

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

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

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

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

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

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

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