#FEFFF7

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

Shades of Ivory #FEFFF7

Tints of Ivory #FEFFF7

Color information

#FEFFF7 (or 0xFEFFF7) is unknown color: approx Ivory. HEX triplet: FE, FF and F7. RGB value is (254,255,247). Sum of RGB (Red+Green+Blue) = 254+255+247=756 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.60% from 756); Green value is 255 (100% from 255 or 33.73% from 756); Blue value is 247 (96.88% from 255 or 32.67% from 756); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF7 is #010008. Grayscale: #FDFDFD. Windows color (decimal): -65545 or 16252926. OLE color: 16252926.

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

Color convert

RGB254255247-
CMYK0.0000.030
HSL67.5º100%98.43%-
HSV(B)67.5º3.14%100%-
XYZ93.4299.31102.24-
YUV253.79124.17128.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.60%
GREEN value IS 255 (100% from 255) = 33.73%
BLUE value IS 247 (96.88% from 255) = 32.67%
R=33.60%
G=33.73%
B=32.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552470.0000.03067.510098.43
HexFEFFF70030446462
Octal3763773670030104144142
Binary11111110111111111111011100110100010011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFF7; }

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

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

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

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

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

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

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

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