#FEFED0

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

Shades of Cream #FEFED0

Tints of Cream #FEFED0

Color information

#FEFED0 (or 0xFEFED0) is unknown color: approx Cream. HEX triplet: FE, FE and D0. RGB value is (254,254,208). Sum of RGB (Red+Green+Blue) = 254+254+208=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 208 (81.64% from 255 or 29.05% from 716); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFED0 is #01012F. Grayscale: #F8F8F8. Windows color (decimal): -65840 or 13696766. OLE color: 13696766.

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

Color convert

RGB254254208-
CMYK000.180.00
HSL60º95.83%90.59%-
HSV(B)60º18.11%99.61%-
XYZ87.796.5173.68-
YUV248.76105131.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 254 (99.61% from 255) = 35.47%
BLUE value IS 208 (81.64% from 255) = 29.05%
R=35.47%
G=35.47%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254208000.180.006095.8390.59
HexFEFED0001203c605b
Octal3763763200022074140133
Binary1111111011111110110100000010010011110011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFED0; }

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

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

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

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

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

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

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

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