#FEFFF8

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

Shades of Ivory #FEFFF8

Tints of Ivory #FEFFF8

Color information

#FEFFF8 (or 0xFEFFF8) is unknown color: approx Ivory. HEX triplet: FE, FF and F8. RGB value is (254,255,248). Sum of RGB (Red+Green+Blue) = 254+255+248=757 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.55% from 757); Green value is 255 (100% from 255 or 33.69% from 757); Blue value is 248 (97.27% from 255 or 32.76% from 757); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF8 is #010007. Grayscale: #FDFDFD. Windows color (decimal): -65544 or 16318462. OLE color: 16318462.

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

Color convert

RGB254255248-
CMYK0.0000.030
HSL68.57º100%98.63%-
HSV(B)68.57º2.75%100%-
XYZ93.5899.37103.05-
YUV253.9124.67128.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.55%
GREEN value IS 255 (100% from 255) = 33.69%
BLUE value IS 248 (97.27% from 255) = 32.76%
R=33.55%
G=33.69%
B=32.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552480.0000.03068.5710098.63
HexFEFFF80030456463
Octal3763773700030105144143
Binary11111110111111111111100000110100010111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFF8; }

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

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

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

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

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

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

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

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