#FEFEEF

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

Shades of Ivory #FEFEEF

Tints of Ivory #FEFEEF

Color information

#FEFEEF (or 0xFEFEEF) is unknown color: approx Ivory. HEX triplet: FE, FE and EF. RGB value is (254,254,239). Sum of RGB (Red+Green+Blue) = 254+254+239=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 254 (99.61% from 255 or 34.00% from 747); Blue value is 239 (93.75% from 255 or 31.99% from 747); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEEF is #010110. Grayscale: #FCFCFC. Windows color (decimal): -65809 or 15728382. OLE color: 15728382.

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

Color convert

RGB254254239-
CMYK000.060.00
HSL60º88.24%96.67%-
HSV(B)60º5.91%99.61%-
XYZ91.8998.1995.77-
YUV252.29120.5129.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.00%
GREEN value IS 254 (99.61% from 255) = 34.00%
BLUE value IS 239 (93.75% from 255) = 31.99%
R=34.00%
G=34.00%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254239000.060.006088.2496.67
HexFEFEEF00603c5861
Octal376376357006074130141
Binary11111110111111101110111100110011110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEEF; }

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

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

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

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

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

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

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

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