#FEFEFA

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

Shades of Ivory #FEFEFA

Tints of Ivory #FEFEFA

Color information

#FEFEFA (or 0xFEFEFA) is unknown color: approx Ivory. HEX triplet: FE, FE and FA. RGB value is (254,254,250). Sum of RGB (Red+Green+Blue) = 254+254+250=758 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.51% from 758); Green value is 254 (99.61% from 255 or 33.51% from 758); Blue value is 250 (98.05% from 255 or 32.98% from 758); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEFA is #010105. Grayscale: #FDFDFD. Windows color (decimal): -65798 or 16449278. OLE color: 16449278.

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

Color convert

RGB254254250-
CMYK000.020.00
HSL60º66.67%98.82%-
HSV(B)60º1.57%99.61%-
XYZ93.5798.86104.59-
YUV253.54126128.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.51%
GREEN value IS 254 (99.61% from 255) = 33.51%
BLUE value IS 250 (98.05% from 255) = 32.98%
R=33.51%
G=33.51%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254250000.020.006066.6798.82
HexFEFEFA00203c4363
Octal376376372002074103143
Binary1111111011111110111110100010011110010000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEFA; }

 p { color: rgb(254,254,250); }

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

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

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

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

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

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

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