#FFFECF

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

Shades of Cream #FFFECF

Tints of Cream #FFFECF

Color information

#FFFECF (or 0xFFFECF) is unknown color: approx Cream. HEX triplet: FF, FE and CF. RGB value is (255,254,207). Sum of RGB (Red+Green+Blue) = 255+254+207=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 207 (81.25% from 255 or 28.91% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFECF is #000130. Grayscale: #F9F9F9. Windows color (decimal): -305 or 13631231. OLE color: 13631231.

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

Color convert

RGB255254207-
CMYK00.000.190
HSL58.75º100%90.59%-
HSV(B)58.75º18.82%100%-
XYZ87.9496.6573.05-
YUV248.94104.33132.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 254 (99.61% from 255) = 35.47%
BLUE value IS 207 (81.25% from 255) = 28.91%
R=35.61%
G=35.47%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525420700.000.19058.7510090.59
HexFFFECF001303b645b
Octal3773763170023073144133
Binary1111111111111110110011110010011011101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFECF; }

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

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

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

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

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

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

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

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