#FEFDEA

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

Shades of Ivory #FEFDEA

Tints of Ivory #FEFDEA

Color information

#FEFDEA (or 0xFEFDEA) is unknown color: approx Ivory. HEX triplet: FE, FD and EA. RGB value is (254,253,234). Sum of RGB (Red+Green+Blue) = 254+253+234=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 234 (91.80% from 255 or 31.58% from 741); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDEA is #010215. Grayscale: #FBFBFB. Windows color (decimal): -66070 or 15400446. OLE color: 15400446.

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

Color convert

RGB254253234-
CMYK00.000.080.00
HSL57º90.91%95.69%-
HSV(B)57º7.87%99.61%-
XYZ90.8597.2691.83-
YUV251.13118.33130.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.28%
GREEN value IS 253 (99.22% from 255) = 34.14%
BLUE value IS 234 (91.80% from 255) = 31.58%
R=34.28%
G=34.14%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425323400.000.080.005790.9195.69
HexFEFDEA0080395b60
Octal3763753520010071133140
Binary111111101111110111101010001000011100110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDEA; }

 p { color: rgb(254,253,234); }

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

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

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

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

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

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

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