#FDFFEA

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

Shades of Ivory #FDFFEA

Tints of Ivory #FDFFEA

Color information

#FDFFEA (or 0xFDFFEA) is unknown color: approx Ivory. HEX triplet: FD, FF and EA. RGB value is (253,255,234). Sum of RGB (Red+Green+Blue) = 253+255+234=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 255 (100% from 255 or 34.37% from 742); Blue value is 234 (91.80% from 255 or 31.54% from 742); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFEA is #020015. Grayscale: #FCFCFC. Windows color (decimal): -131094 or 15400957. OLE color: 15400957.

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

Color convert

RGB253255234-
CMYK0.0100.080
HSL65.71º100%95.88%-
HSV(B)65.71º8.24%100%-
XYZ91.1298.3492.02-
YUV252.01117.84128.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.10%
GREEN value IS 255 (100% from 255) = 34.37%
BLUE value IS 234 (91.80% from 255) = 31.54%
R=34.10%
G=34.37%
B=31.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532552340.0100.08065.7110095.88
HexFDFFEA1080426460
Octal37537735210100102144140
Binary1111110111111111111010101010000100001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFEA; }

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

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

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

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

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

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

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

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