#FEFEC9

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

Shades of Cream #FEFEC9

Tints of Cream #FEFEC9

Color information

#FEFEC9 (or 0xFEFEC9) is unknown color: approx Cream. HEX triplet: FE, FE and C9. RGB value is (254,254,201). Sum of RGB (Red+Green+Blue) = 254+254+201=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 201 (78.91% from 255 or 28.35% from 709); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEC9 is #010136. Grayscale: #F8F8F8. Windows color (decimal): -65847 or 13238014. OLE color: 13238014.

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

Color convert

RGB254254201-
CMYK000.210.00
HSL60º96.36%89.22%-
HSV(B)60º20.87%99.61%-
XYZ86.8696.1769.24-
YUV247.96101.5132.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.83%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 201 (78.91% from 255) = 28.35%
R=35.83%
G=35.83%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254201000.210.006096.3689.22
HexFEFEC9001503c6059
Octal3763763110025074140131
Binary1111111011111110110010010010101011110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEC9; }

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

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

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

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

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

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

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

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