#FEFEF1

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

Shades of Ivory #FEFEF1

Tints of Ivory #FEFEF1

Color information

#FEFEF1 (or 0xFEFEF1) is unknown color: approx Ivory. HEX triplet: FE, FE and F1. RGB value is (254,254,241). Sum of RGB (Red+Green+Blue) = 254+254+241=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 254 (99.61% from 255 or 33.91% from 749); Blue value is 241 (94.53% from 255 or 32.18% from 749); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEF1 is #01010E. Grayscale: #FCFCFC. Windows color (decimal): -65807 or 15859454. OLE color: 15859454.

HSL color Cylindrical-coordinate representation of color #FEFEF1: hue angle of 60º 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 #FEFEF1 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB254254241-
CMYK000.050.00
HSL60º86.67%97.06%-
HSV(B)60º5.12%99.61%-
XYZ92.1998.3197.33-
YUV252.52121.5129.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.91%
GREEN value IS 254 (99.61% from 255) = 33.91%
BLUE value IS 241 (94.53% from 255) = 32.18%
R=33.91%
G=33.91%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254241000.050.006086.6797.06
HexFEFEF100503c5761
Octal376376361005074127141
Binary11111110111111101111000100101011110010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEF1; }

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

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

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

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

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

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

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

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