#FFFED7

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

Shades of Cream #FFFED7

Tints of Cream #FFFED7

Color information

#FFFED7 (or 0xFFFED7) is unknown color: approx Cream. HEX triplet: FF, FE and D7. RGB value is (255,254,215). Sum of RGB (Red+Green+Blue) = 255+254+215=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 254 (99.61% from 255 or 35.08% from 724); Blue value is 215 (84.38% from 255 or 29.70% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFED7 is #000128. Grayscale: #FAFAFA. Windows color (decimal): -297 or 14155519. OLE color: 14155519.

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

Color convert

RGB255254215-
CMYK00.000.160
HSL58.5º100%92.16%-
HSV(B)58.5º15.69%100%-
XYZ88.9597.0578.33-
YUV249.85108.33131.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.22%
GREEN value IS 254 (99.61% from 255) = 35.08%
BLUE value IS 215 (84.38% from 255) = 29.70%
R=35.22%
G=35.08%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525421500.000.16058.510092.16
HexFFFED7001003a645c
Octal3773763270020072144134
Binary1111111111111110110101110010000011101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFED7; }

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

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

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

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

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

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

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

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