#FEFFF9

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

Shades of Ivory #FEFFF9

Tints of Ivory #FEFFF9

Color information

#FEFFF9 (or 0xFEFFF9) is unknown color: approx Ivory. HEX triplet: FE, FF and F9. RGB value is (254,255,249). Sum of RGB (Red+Green+Blue) = 254+255+249=758 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.51% from 758); Green value is 255 (100% from 255 or 33.64% from 758); Blue value is 249 (97.66% from 255 or 32.85% from 758); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF9 is #010006. Grayscale: #FEFEFE. Windows color (decimal): -65543 or 16383998. OLE color: 16383998.

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

Color convert

RGB254255249-
CMYK0.0000.020
HSL70º100%98.82%-
HSV(B)70º2.35%100%-
XYZ93.7399.43103.87-
YUV254.02125.17127.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.51%
GREEN value IS 255 (100% from 255) = 33.64%
BLUE value IS 249 (97.66% from 255) = 32.85%
R=33.51%
G=33.64%
B=32.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552490.0000.0207010098.82
HexFEFFF90020466463
Octal3763773710020106144143
Binary11111110111111111111100100100100011011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFF9; }

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

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

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

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

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

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

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

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