#FCFCF9

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

Shades of Ivory #FCFCF9

Tints of Ivory #FCFCF9

Color information

#FCFCF9 (or 0xFCFCF9) is unknown color: approx Ivory. HEX triplet: FC, FC and F9. RGB value is (252,252,249). Sum of RGB (Red+Green+Blue) = 252+252+249=753 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.47% from 753); Green value is 252 (98.83% from 255 or 33.47% from 753); Blue value is 249 (97.66% from 255 or 33.07% from 753); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF9 is #030306. Grayscale: #FBFBFB. Windows color (decimal): -197383 or 16383228. OLE color: 16383228.

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

Color convert

RGB252252249-
CMYK000.010.01
HSL60º33.33%98.24%-
HSV(B)60º1.19%98.82%-
XYZ92.0597.16103.52-
YUV251.66126.5128.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.47%
GREEN value IS 252 (98.83% from 255) = 33.47%
BLUE value IS 249 (97.66% from 255) = 33.07%
R=33.47%
G=33.47%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252249000.010.016033.3398.24
HexFCFCF900113c2162
Octal37437437100117441142
Binary11111100111111001111100100111111001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCF9; }

 p { color: rgb(252,252,249); }

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

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

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

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

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

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

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