#FEFFF0

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

Shades of Ivory #FEFFF0

Tints of Ivory #FEFFF0

Color information

#FEFFF0 (or 0xFEFFF0) is unknown color: approx Ivory. HEX triplet: FE, FF and F0. RGB value is (254,255,240). Sum of RGB (Red+Green+Blue) = 254+255+240=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 255 (100% from 255 or 34.05% from 749); Blue value is 240 (94.14% from 255 or 32.04% from 749); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF0 is #01000F. Grayscale: #FDFDFD. Windows color (decimal): -65552 or 15794174. OLE color: 15794174.

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

Color convert

RGB254255240-
CMYK0.0000.060
HSL64º100%97.06%-
HSV(B)64º5.88%100%-
XYZ92.3698.8896.66-
YUV252.99120.67128.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.91%
GREEN value IS 255 (100% from 255) = 34.05%
BLUE value IS 240 (94.14% from 255) = 32.04%
R=33.91%
G=34.05%
B=32.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552400.0000.0606410097.06
HexFEFFF00060406461
Octal3763773600060100144141
Binary111111101111111111110000001100100000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFF0; }

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

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

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

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

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

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

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

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