#FFFEC5

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

Shades of Cream #FFFEC5

Tints of Cream #FFFEC5

Color information

#FFFEC5 (or 0xFFFEC5) is unknown color: approx Cream. HEX triplet: FF, FE and C5. RGB value is (255,254,197). Sum of RGB (Red+Green+Blue) = 255+254+197=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 197 (77.34% from 255 or 27.90% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEC5 is #00013A. Grayscale: #F8F8F8. Windows color (decimal): -315 or 12975871. OLE color: 12975871.

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

Color convert

RGB255254197-
CMYK00.000.230
HSL58.97º100%88.63%-
HSV(B)58.97º22.75%100%-
XYZ86.7696.1766.81-
YUV247.899.33133.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.12%
GREEN value IS 254 (99.61% from 255) = 35.98%
BLUE value IS 197 (77.34% from 255) = 27.90%
R=36.12%
G=35.98%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525419700.000.23058.9710088.63
HexFFFEC5001703b6459
Octal3773763050027073144131
Binary1111111111111110110001010010111011101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEC5; }

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

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

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

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

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

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

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

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