#FEFFF1

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

Shades of Ivory #FEFFF1

Tints of Ivory #FEFFF1

Color information

#FEFFF1 (or 0xFEFFF1) is unknown color: approx Ivory. HEX triplet: FE, FF and F1. RGB value is (254,255,241). Sum of RGB (Red+Green+Blue) = 254+255+241=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 255 (100% from 255 or 34% from 750); Blue value is 241 (94.53% from 255 or 32.13% from 750); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF1 is #01000E. Grayscale: #FDFDFD. Windows color (decimal): -65551 or 15859710. OLE color: 15859710.

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

Color convert

RGB254255241-
CMYK0.0000.050
HSL64.29º100%97.25%-
HSV(B)64.29º5.49%100%-
XYZ92.5198.9497.44-
YUV253.1121.17128.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.87%
GREEN value IS 255 (100% from 255) = 34%
BLUE value IS 241 (94.53% from 255) = 32.13%
R=33.87%
G=34%
B=32.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552410.0000.05064.2910097.25
HexFEFFF10050406461
Octal3763773610050100144141
Binary111111101111111111110001001010100000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFF1; }

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

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

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

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

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

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

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

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