#FEFCEF

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

Shades of Ivory #FEFCEF

Tints of Ivory #FEFCEF

Color information

#FEFCEF (or 0xFEFCEF) is unknown color: approx Ivory. HEX triplet: FE, FC and EF. RGB value is (254,252,239). Sum of RGB (Red+Green+Blue) = 254+252+239=745 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.09% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 239 (93.75% from 255 or 32.08% from 745); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCEF is #010310. Grayscale: #FBFBFB. Windows color (decimal): -66321 or 15727870. OLE color: 15727870.

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

Color convert

RGB254252239-
CMYK00.010.060.00
HSL52º88.24%96.67%-
HSV(B)52º5.91%99.61%-
XYZ91.2696.9295.56-
YUV251.12121.16130.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.09%
GREEN value IS 252 (98.83% from 255) = 33.83%
BLUE value IS 239 (93.75% from 255) = 32.08%
R=34.09%
G=33.83%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425223900.010.060.005288.2496.67
HexFEFCEF0160345861
Octal376374357016064130141
Binary11111110111111001110111101110011010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCEF; }

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

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

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

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

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

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

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

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