#FEFEF6

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

Shades of Ivory #FEFEF6

Tints of Ivory #FEFEF6

Color information

#FEFEF6 (or 0xFEFEF6) is unknown color: approx Ivory. HEX triplet: FE, FE and F6. RGB value is (254,254,246). Sum of RGB (Red+Green+Blue) = 254+254+246=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 246 (96.48% from 255 or 32.63% from 754); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEF6 is #010109. Grayscale: #FDFDFD. Windows color (decimal): -65802 or 16187134. OLE color: 16187134.

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

Color convert

RGB254254246-
CMYK000.030.00
HSL60º80%98.04%-
HSV(B)60º3.15%99.61%-
XYZ92.9598.61101.32-
YUV253.09124128.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.69%
GREEN value IS 254 (99.61% from 255) = 33.69%
BLUE value IS 246 (96.48% from 255) = 32.63%
R=33.69%
G=33.69%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254246000.030.00608098.04
HexFEFEF600303c5062
Octal376376366003074120142
Binary1111111011111110111101100011011110010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEF6; }

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

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

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

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

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

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

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

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