#FCFCF7

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

Shades of Ivory #FCFCF7

Tints of Ivory #FCFCF7

Color information

#FCFCF7 (or 0xFCFCF7) is unknown color: approx Ivory. HEX triplet: FC, FC and F7. RGB value is (252,252,247). Sum of RGB (Red+Green+Blue) = 252+252+247=751 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.56% from 751); Green value is 252 (98.83% from 255 or 33.56% from 751); Blue value is 247 (96.88% from 255 or 32.89% from 751); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF7 is #030308. Grayscale: #FBFBFB. Windows color (decimal): -197385 or 16252156. OLE color: 16252156.

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

Color convert

RGB252252247-
CMYK000.020.01
HSL60º45.45%97.84%-
HSV(B)60º1.98%98.82%-
XYZ91.7497.03101.89-
YUV251.43125.5128.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.56%
GREEN value IS 252 (98.83% from 255) = 33.56%
BLUE value IS 247 (96.88% from 255) = 32.89%
R=33.56%
G=33.56%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252247000.020.016045.4597.84
HexFCFCF700213c2d62
Octal37437436700217455142
Binary111111001111110011110111001011111001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCF7; }

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

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

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

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

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

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

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

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