#FCFACF

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

Shades of Cream #FCFACF

Tints of Cream #FCFACF

Color information

#FCFACF (or 0xFCFACF) is unknown color: approx Cream. HEX triplet: FC, FA and CF. RGB value is (252,250,207). Sum of RGB (Red+Green+Blue) = 252+250+207=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 207 (81.25% from 255 or 29.20% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFACF is #030530. Grayscale: #F5F5F5. Windows color (decimal): -197937 or 13630204. OLE color: 13630204.

HSL color Cylindrical-coordinate representation of color #FCFACF: hue angle of 57.33º 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 #FCFACF is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252250207-
CMYK00.010.180.01
HSL57.33º88.24%90%-
HSV(B)57.33º17.86%98.82%-
XYZ85.5993.5772.58-
YUV245.7106.16132.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 250 (98.05% from 255) = 35.26%
BLUE value IS 207 (81.25% from 255) = 29.20%
R=35.54%
G=35.26%
B=29.20%

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
Decimal25225020700.010.180.0157.3388.2490
HexFCFACF0112139585a
Octal3743723170122171130132
Binary1111110011111010110011110110010111100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFACF; }

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

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

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

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

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

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

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

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