#FEFEF0

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

Shades of Ivory #FEFEF0

Tints of Ivory #FEFEF0

Color information

#FEFEF0 (or 0xFEFEF0) is unknown color: approx Ivory. HEX triplet: FE, FE and F0. RGB value is (254,254,240). Sum of RGB (Red+Green+Blue) = 254+254+240=748 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.96% from 748); Green value is 254 (99.61% from 255 or 33.96% from 748); Blue value is 240 (94.14% from 255 or 32.09% from 748); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEF0 is #01010F. Grayscale: #FCFCFC. Windows color (decimal): -65808 or 15793918. OLE color: 15793918.

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

Color convert

RGB254254240-
CMYK000.060.00
HSL60º87.5%96.86%-
HSV(B)60º5.51%99.61%-
XYZ92.0498.2596.55-
YUV252.4121129.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.96%
GREEN value IS 254 (99.61% from 255) = 33.96%
BLUE value IS 240 (94.14% from 255) = 32.09%
R=33.96%
G=33.96%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254240000.060.006087.596.86
HexFEFEF000603c5861
Octal376376360006074130141
Binary11111110111111101111000000110011110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEF0; }

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

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

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

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

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

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

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

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