#FEFEF8

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

Shades of Ivory #FEFEF8

Tints of Ivory #FEFEF8

Color information

#FEFEF8 (or 0xFEFEF8) is unknown color: approx Ivory. HEX triplet: FE, FE and F8. RGB value is (254,254,248). Sum of RGB (Red+Green+Blue) = 254+254+248=756 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.60% from 756); Green value is 254 (99.61% from 255 or 33.60% from 756); Blue value is 248 (97.27% from 255 or 32.80% from 756); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEF8 is #010107. Grayscale: #FDFDFD. Windows color (decimal): -65800 or 16318206. OLE color: 16318206.

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

Color convert

RGB254254248-
CMYK000.020.00
HSL60º75%98.43%-
HSV(B)60º2.36%99.61%-
XYZ93.2698.73102.95-
YUV253.32125128.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.60%
GREEN value IS 254 (99.61% from 255) = 33.60%
BLUE value IS 248 (97.27% from 255) = 32.80%
R=33.60%
G=33.60%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254248000.020.00607598.43
HexFEFEF800203c4b62
Octal376376370002074113142
Binary1111111011111110111110000010011110010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEF8; }

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

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

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

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

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

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

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

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