#FFFEEF

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

Shades of Ivory #FFFEEF

Tints of Ivory #FFFEEF

Color information

#FFFEEF (or 0xFFFEEF) is unknown color: approx Ivory. HEX triplet: FF, FE and EF. RGB value is (255,254,239). Sum of RGB (Red+Green+Blue) = 255+254+239=748 (99% of max value = 765). Red value is 255 (100% from 255 or 34.09% from 748); Green value is 254 (99.61% from 255 or 33.96% from 748); Blue value is 239 (93.75% from 255 or 31.95% from 748); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEEF is #000110. Grayscale: #FCFCFC. Windows color (decimal): -273 or 15728383. OLE color: 15728383.

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

Color convert

RGB255254239-
CMYK00.000.060
HSL56.25º100%96.86%-
HSV(B)56.25º6.27%100%-
XYZ92.2698.3895.79-
YUV252.59120.33129.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.09%
GREEN value IS 254 (99.61% from 255) = 33.96%
BLUE value IS 239 (93.75% from 255) = 31.95%
R=34.09%
G=33.96%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525423900.000.06056.2510096.86
HexFFFEEF0060386461
Octal377376357006070144141
Binary11111111111111101110111100110011100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEEF; }

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

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

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

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

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

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

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

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