#FFFED5

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

Shades of Cream #FFFED5

Tints of Cream #FFFED5

Color information

#FFFED5 (or 0xFFFED5) is unknown color: approx Cream. HEX triplet: FF, FE and D5. RGB value is (255,254,213). Sum of RGB (Red+Green+Blue) = 255+254+213=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 213 (83.59% from 255 or 29.50% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFED5 is #00012A. Grayscale: #F9F9F9. Windows color (decimal): -299 or 14024447. OLE color: 14024447.

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

Color convert

RGB255254213-
CMYK00.000.160
HSL58.57º100%91.76%-
HSV(B)58.57º16.47%100%-
XYZ88.6996.9576.99-
YUV249.62107.33131.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.32%
GREEN value IS 254 (99.61% from 255) = 35.18%
BLUE value IS 213 (83.59% from 255) = 29.50%
R=35.32%
G=35.18%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525421300.000.16058.5710091.76
HexFFFED5001003b645c
Octal3773763250020073144134
Binary1111111111111110110101010010000011101111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFED5; }

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

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

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

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

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

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

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

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