#FEFEC4

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

Shades of Cream #FEFEC4

Tints of Cream #FEFEC4

Color information

#FEFEC4 (or 0xFEFEC4) is unknown color: approx Cream. HEX triplet: FE, FE and C4. RGB value is (254,254,196). Sum of RGB (Red+Green+Blue) = 254+254+196=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 196 (76.95% from 255 or 27.84% from 704); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEC4 is #01013B. Grayscale: #F7F7F7. Windows color (decimal): -65852 or 12910334. OLE color: 12910334.

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

Color convert

RGB254254196-
CMYK000.230.00
HSL60º96.67%88.24%-
HSV(B)60º22.83%99.61%-
XYZ86.2895.9466.2-
YUV247.3999132.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 254 (99.61% from 255) = 36.08%
BLUE value IS 196 (76.95% from 255) = 27.84%
R=36.08%
G=36.08%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254196000.230.006096.6788.24
HexFEFEC4001703c6158
Octal3763763040027074141130
Binary1111111011111110110001000010111011110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEC4; }

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

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

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

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

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

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

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

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