#FFFED3

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

Shades of Cream #FFFED3

Tints of Cream #FFFED3

Color information

#FFFED3 (or 0xFFFED3) is unknown color: approx Cream. HEX triplet: FF, FE and D3. RGB value is (255,254,211). Sum of RGB (Red+Green+Blue) = 255+254+211=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 211 (82.81% from 255 or 29.31% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFED3 is #00012C. Grayscale: #F9F9F9. Windows color (decimal): -301 or 13893375. OLE color: 13893375.

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

Color convert

RGB255254211-
CMYK00.000.170
HSL58.64º100%91.37%-
HSV(B)58.64º17.25%100%-
XYZ88.4496.8575.66-
YUV249.4106.33132-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 211 (82.81% from 255) = 29.31%
R=35.42%
G=35.28%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525421100.000.17058.6410091.37
HexFFFED3001103b645b
Octal3773763230021073144133
Binary1111111111111110110100110010001011101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFED3; }

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

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

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

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

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

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

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

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