#FCFACE

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

Shades of Cream #FCFACE

Tints of Cream #FCFACE

Color information

#FCFACE (or 0xFCFACE) is unknown color: approx Cream. HEX triplet: FC, FA and CE. RGB value is (252,250,206). Sum of RGB (Red+Green+Blue) = 252+250+206=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 206 (80.86% from 255 or 29.10% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFACE is #030531. Grayscale: #F5F5F5. Windows color (decimal): -197938 or 13564668. OLE color: 13564668.

HSL color Cylindrical-coordinate representation of color #FCFACE: hue angle of 57.39º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCFACE is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252250206-
CMYK00.010.180.01
HSL57.39º88.46%89.8%-
HSV(B)57.39º18.25%98.82%-
XYZ85.4793.5271.94-
YUV245.58105.66132.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.59%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 206 (80.86% from 255) = 29.10%
R=35.59%
G=35.31%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225020600.010.180.0157.3988.4689.8
HexFCFACE0112139585a
Octal3743723160122171130132
Binary1111110011111010110011100110010111100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFACE; }

 p { color: rgb(252,250,206); }

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

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

 a { background-color: rgb(252,250,206); }

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

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

 span { border-color: rgb(252,250,206); }

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