#FEFEF2

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

Shades of Ivory #FEFEF2

Tints of Ivory #FEFEF2

Color information

#FEFEF2 (or 0xFEFEF2) is unknown color: approx Ivory. HEX triplet: FE, FE and F2. RGB value is (254,254,242). Sum of RGB (Red+Green+Blue) = 254+254+242=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 254 (99.61% from 255 or 33.87% from 750); Blue value is 242 (94.92% from 255 or 32.27% from 750); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEF2 is #01010D. Grayscale: #FCFCFC. Windows color (decimal): -65806 or 15924990. OLE color: 15924990.

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

Color convert

RGB254254242-
CMYK000.050.00
HSL60º85.71%97.25%-
HSV(B)60º4.72%99.61%-
XYZ92.3498.3798.12-
YUV252.63122128.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.87%
GREEN value IS 254 (99.61% from 255) = 33.87%
BLUE value IS 242 (94.92% from 255) = 32.27%
R=33.87%
G=33.87%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254242000.050.006085.7197.25
HexFEFEF200503c5661
Octal376376362005074126141
Binary11111110111111101111001000101011110010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEF2; }

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

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

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

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

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

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

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

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