#FFFDEB

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

Shades of Ivory #FFFDEB

Tints of Ivory #FFFDEB

Color information

#FFFDEB (or 0xFFFDEB) is unknown color: approx Ivory. HEX triplet: FF, FD and EB. RGB value is (255,253,235). Sum of RGB (Red+Green+Blue) = 255+253+235=743 (98% of max value = 765). Red value is 255 (100% from 255 or 34.32% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 235 (92.19% from 255 or 31.63% from 743); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDEB is #000214. Grayscale: #FBFBFB. Windows color (decimal): -533 or 15465983. OLE color: 15465983.

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

Color convert

RGB255253235-
CMYK00.010.080
HSL54º100%96.08%-
HSV(B)54º7.84%100%-
XYZ91.3697.5192.6-
YUV251.55118.66130.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.32%
GREEN value IS 253 (99.22% from 255) = 34.05%
BLUE value IS 235 (92.19% from 255) = 31.63%
R=34.32%
G=34.05%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525323500.010.0805410096.08
HexFFFDEB0180366460
Octal3773753530110066144140
Binary111111111111110111101011011000011011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDEB; }

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

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

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

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

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

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

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

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