#FFFEC9

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

Shades of Cream #FFFEC9

Tints of Cream #FFFEC9

Color information

#FFFEC9 (or 0xFFFEC9) is unknown color: approx Cream. HEX triplet: FF, FE and C9. RGB value is (255,254,201). Sum of RGB (Red+Green+Blue) = 255+254+201=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 201 (78.91% from 255 or 28.31% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEC9 is #000136. Grayscale: #F8F8F8. Windows color (decimal): -311 or 13238015. OLE color: 13238015.

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

Color convert

RGB255254201-
CMYK00.000.210
HSL58.89º100%89.41%-
HSV(B)58.89º21.18%100%-
XYZ87.2296.3669.26-
YUV248.26101.33132.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 254 (99.61% from 255) = 35.77%
BLUE value IS 201 (78.91% from 255) = 28.31%
R=35.92%
G=35.77%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525420100.000.21058.8910089.41
HexFFFEC9001503b6459
Octal3773763110025073144131
Binary1111111111111110110010010010101011101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEC9; }

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

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

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

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

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

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

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

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