#FEFFF6

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

Shades of Ivory #FEFFF6

Tints of Ivory #FEFFF6

Color information

#FEFFF6 (or 0xFEFFF6) is unknown color: approx Ivory. HEX triplet: FE, FF and F6. RGB value is (254,255,246). Sum of RGB (Red+Green+Blue) = 254+255+246=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 255 (100% from 255 or 33.77% from 755); Blue value is 246 (96.48% from 255 or 32.58% from 755); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF6 is #010009. Grayscale: #FDFDFD. Windows color (decimal): -65546 or 16187390. OLE color: 16187390.

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

Color convert

RGB254255246-
CMYK0.0000.040
HSL66.67º100%98.24%-
HSV(B)66.67º3.53%100%-
XYZ93.2799.24101.43-
YUV253.68123.67128.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.64%
GREEN value IS 255 (100% from 255) = 33.77%
BLUE value IS 246 (96.48% from 255) = 32.58%
R=33.64%
G=33.77%
B=32.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552460.0000.04066.6710098.24
HexFEFFF60040436462
Octal3763773660040103144142
Binary111111101111111111110110001000100001111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFF6; }

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

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

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

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

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

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

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

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