#FCFBF1

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

Shades of Ivory #FCFBF1

Tints of Ivory #FCFBF1

Color information

#FCFBF1 (or 0xFCFBF1) is unknown color: approx Ivory. HEX triplet: FC, FB and F1. RGB value is (252,251,241). Sum of RGB (Red+Green+Blue) = 252+251+241=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 251 (98.44% from 255 or 33.74% from 744); Blue value is 241 (94.53% from 255 or 32.39% from 744); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBF1 is #03040E. Grayscale: #FAFAFA. Windows color (decimal): -197647 or 15858684. OLE color: 15858684.

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

Color convert

RGB252251241-
CMYK00.000.040.01
HSL54.55º64.71%96.67%-
HSV(B)54.55º4.37%98.82%-
XYZ90.5296.0496.99-
YUV250.16122.83129.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.87%
GREEN value IS 251 (98.44% from 255) = 33.74%
BLUE value IS 241 (94.53% from 255) = 32.39%
R=33.87%
G=33.74%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225124100.000.040.0154.5564.7196.67
HexFCFBF10041374161
Octal374373361004167101141
Binary11111100111110111111000100100111011110000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBF1; }

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

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

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

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

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

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

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

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