#FFFDEA

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

Shades of Ivory #FFFDEA

Tints of Ivory #FFFDEA

Color information

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

HSL color Cylindrical-coordinate representation of color #FFFDEA: hue angle of 54.29º 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 #FFFDEA is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255253234-
CMYK00.010.080
HSL54.29º100%95.88%-
HSV(B)54.29º8.24%100%-
XYZ91.2297.4591.84-
YUV251.43118.16130.54-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525323400.010.08054.2910095.88
HexFFFDEA0180366460
Octal3773753520110066144140
Binary111111111111110111101010011000011011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDEA; }

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

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

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

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

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

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

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

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