#FEFFF2

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

Shades of Ivory #FEFFF2

Tints of Ivory #FEFFF2

Color information

#FEFFF2 (or 0xFEFFF2) is unknown color: approx Ivory. HEX triplet: FE, FF and F2. RGB value is (254,255,242). Sum of RGB (Red+Green+Blue) = 254+255+242=751 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.82% from 751); Green value is 255 (100% from 255 or 33.95% from 751); Blue value is 242 (94.92% from 255 or 32.22% from 751); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF2 is #01000D. Grayscale: #FDFDFD. Windows color (decimal): -65550 or 15925246. OLE color: 15925246.

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

Color convert

RGB254255242-
CMYK0.0000.050
HSL64.62º100%97.45%-
HSV(B)64.62º5.1%100%-
XYZ92.669998.23-
YUV253.22121.67128.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.82%
GREEN value IS 255 (100% from 255) = 33.95%
BLUE value IS 242 (94.92% from 255) = 32.22%
R=33.82%
G=33.95%
B=32.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552420.0000.05064.6210097.45
HexFEFFF20050416461
Octal3763773620050101144141
Binary111111101111111111110010001010100000111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFF2; }

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

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

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

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

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

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

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

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