#FCFAD0

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

Shades of Cream #FCFAD0

Tints of Cream #FCFAD0

Color information

#FCFAD0 (or 0xFCFAD0) is unknown color: approx Cream. HEX triplet: FC, FA and D0. RGB value is (252,250,208). Sum of RGB (Red+Green+Blue) = 252+250+208=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 208 (81.64% from 255 or 29.30% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAD0 is #03052F. Grayscale: #F5F5F5. Windows color (decimal): -197936 or 13695740. OLE color: 13695740.

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

Color convert

RGB252250208-
CMYK00.010.170.01
HSL57.27º88%90.2%-
HSV(B)57.27º17.46%98.82%-
XYZ85.7293.6273.23-
YUV245.81106.66132.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 208 (81.64% from 255) = 29.30%
R=35.49%
G=35.21%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225020800.010.170.0157.278890.2
HexFCFAD00111139585a
Octal3743723200121171130132
Binary1111110011111010110100000110001111100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAD0; }

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

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

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

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

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

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

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

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