#FCFACC

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

Shades of Cream #FCFACC

Tints of Cream #FCFACC

Color information

#FCFACC (or 0xFCFACC) is unknown color: approx Cream. HEX triplet: FC, FA and CC. RGB value is (252,250,204). Sum of RGB (Red+Green+Blue) = 252+250+204=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 204 (80.08% from 255 or 28.90% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFACC is #030533. Grayscale: #F5F5F5. Windows color (decimal): -197940 or 13433596. OLE color: 13433596.

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

Color convert

RGB252250204-
CMYK00.010.190.01
HSL57.5º88.89%89.41%-
HSV(B)57.5º19.05%98.82%-
XYZ85.2393.4370.67-
YUV245.35104.66132.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.69%
GREEN value IS 250 (98.05% from 255) = 35.41%
BLUE value IS 204 (80.08% from 255) = 28.90%
R=35.69%
G=35.41%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225020400.010.190.0157.588.8989.41
HexFCFACC011313a5959
Octal3743723140123172131131
Binary1111110011111010110011000110011111101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFACC; }

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

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

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

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

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

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

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

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