#FCFBCA

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

Shades of Cream #FCFBCA

Tints of Cream #FCFBCA

Color information

#FCFBCA (or 0xFCFBCA) is unknown color: approx Cream. HEX triplet: FC, FB and CA. RGB value is (252,251,202). Sum of RGB (Red+Green+Blue) = 252+251+202=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 202 (79.30% from 255 or 28.65% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBCA is #030435. Grayscale: #F5F5F5. Windows color (decimal): -197686 or 13302780. OLE color: 13302780.

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

Color convert

RGB252251202-
CMYK00.000.200.01
HSL58.8º89.29%89.02%-
HSV(B)58.8º19.84%98.82%-
XYZ85.393.9569.52-
YUV245.71103.33132.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.74%
GREEN value IS 251 (98.44% from 255) = 35.60%
BLUE value IS 202 (79.30% from 255) = 28.65%
R=35.74%
G=35.60%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225120200.000.200.0158.889.2989.02
HexFCFBCA001413b5959
Octal3743733120024173131131
Binary1111110011111011110010100010100111101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBCA; }

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

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

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

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

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

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

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

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