#FEFED4

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

Shades of Cream #FEFED4

Tints of Cream #FEFED4

Color information

#FEFED4 (or 0xFEFED4) is unknown color: approx Cream. HEX triplet: FE, FE and D4. RGB value is (254,254,212). Sum of RGB (Red+Green+Blue) = 254+254+212=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 212 (83.20% from 255 or 29.44% from 720); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFED4 is #01012B. Grayscale: #F9F9F9. Windows color (decimal): -65836 or 13958910. OLE color: 13958910.

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

Color convert

RGB254254212-
CMYK000.170.00
HSL60º95.45%91.37%-
HSV(B)60º16.54%99.61%-
XYZ88.296.7176.31-
YUV249.21107131.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.28%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 212 (83.20% from 255) = 29.44%
R=35.28%
G=35.28%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254212000.170.006095.4591.37
HexFEFED4001103c5f5b
Octal3763763240021074137133
Binary1111111011111110110101000010001011110010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFED4; }

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

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

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

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

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

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

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

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