#FCFACD

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

Shades of Cream #FCFACD

Tints of Cream #FCFACD

Color information

#FCFACD (or 0xFCFACD) is unknown color: approx Cream. HEX triplet: FC, FA and CD. RGB value is (252,250,205). Sum of RGB (Red+Green+Blue) = 252+250+205=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 205 (80.47% from 255 or 29.00% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFACD is #030532. Grayscale: #F5F5F5. Windows color (decimal): -197939 or 13499132. OLE color: 13499132.

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

Color convert

RGB252250205-
CMYK00.010.190.01
HSL57.45º88.68%89.61%-
HSV(B)57.45º18.65%98.82%-
XYZ85.3593.4771.3-
YUV245.47105.16132.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.64%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 205 (80.47% from 255) = 29.00%
R=35.64%
G=35.36%
B=29.00%

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
Decimal25225020500.010.190.0157.4588.6889.61
HexFCFACD0113139595a
Octal3743723150123171131132
Binary1111110011111010110011010110011111100110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFACD; }

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

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

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

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

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

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

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

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