#FFFEC8

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

Shades of Cream #FFFEC8

Tints of Cream #FFFEC8

Color information

#FFFEC8 (or 0xFFFEC8) is unknown color: approx Cream. HEX triplet: FF, FE and C8. RGB value is (255,254,200). Sum of RGB (Red+Green+Blue) = 255+254+200=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 200 (78.52% from 255 or 28.21% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEC8 is #000137. Grayscale: #F8F8F8. Windows color (decimal): -312 or 13172479. OLE color: 13172479.

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

Color convert

RGB255254200-
CMYK00.000.220
HSL58.91º100%89.22%-
HSV(B)58.91º21.57%100%-
XYZ87.1196.3168.64-
YUV248.14100.83132.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 200 (78.52% from 255) = 28.21%
R=35.97%
G=35.83%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525420000.000.22058.9110089.22
HexFFFEC8001603b6459
Octal3773763100026073144131
Binary1111111111111110110010000010110011101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEC8; }

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

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

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

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

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

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

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

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