#FEFED5

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

Shades of Cream #FEFED5

Tints of Cream #FEFED5

Color information

#FEFED5 (or 0xFEFED5) is unknown color: approx Cream. HEX triplet: FE, FE and D5. RGB value is (254,254,213). Sum of RGB (Red+Green+Blue) = 254+254+213=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 213 (83.59% from 255 or 29.54% from 721); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFED5 is #01012A. Grayscale: #F9F9F9. Windows color (decimal): -65835 or 14024446. OLE color: 14024446.

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

Color convert

RGB254254213-
CMYK000.160.00
HSL60º95.35%91.57%-
HSV(B)60º16.14%99.61%-
XYZ88.3396.7676.97-
YUV249.33107.5131.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.23%
GREEN value IS 254 (99.61% from 255) = 35.23%
BLUE value IS 213 (83.59% from 255) = 29.54%
R=35.23%
G=35.23%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254213000.160.006095.3591.57
HexFEFED5001003c5f5c
Octal3763763250020074137134
Binary1111111011111110110101010010000011110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFED5; }

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

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

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

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

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

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

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

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