#FCFBCD

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

Shades of Cream #FCFBCD

Tints of Cream #FCFBCD

Color information

#FCFBCD (or 0xFCFBCD) is unknown color: approx Cream. HEX triplet: FC, FB and CD. RGB value is (252,251,205). Sum of RGB (Red+Green+Blue) = 252+251+205=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 205 (80.47% from 255 or 28.95% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBCD is #030432. Grayscale: #F6F6F6. Windows color (decimal): -197683 or 13499388. OLE color: 13499388.

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

Color convert

RGB252251205-
CMYK00.000.190.01
HSL58.72º88.68%89.61%-
HSV(B)58.72º18.65%98.82%-
XYZ85.6694.171.41-
YUV246.06104.83132.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.59%
GREEN value IS 251 (98.44% from 255) = 35.45%
BLUE value IS 205 (80.47% from 255) = 28.95%
R=35.59%
G=35.45%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225120500.000.190.0158.7288.6889.61
HexFCFBCD001313b595a
Octal3743733150023173131132
Binary1111110011111011110011010010011111101110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBCD; }

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

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

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

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

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

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

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

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