#FCFCF0

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

Shades of Ivory #FCFCF0

Tints of Ivory #FCFCF0

Color information

#FCFCF0 (or 0xFCFCF0) is unknown color: approx Ivory. HEX triplet: FC, FC and F0. RGB value is (252,252,240). Sum of RGB (Red+Green+Blue) = 252+252+240=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 252 (98.83% from 255 or 33.87% from 744); Blue value is 240 (94.14% from 255 or 32.26% from 744); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF0 is #03030F. Grayscale: #FAFAFA. Windows color (decimal): -197392 or 15793404. OLE color: 15793404.

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

Color convert

RGB252252240-
CMYK000.050.01
HSL60º66.67%96.47%-
HSV(B)60º4.76%98.82%-
XYZ90.6896.6196.31-
YUV250.63122128.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.87%
GREEN value IS 252 (98.83% from 255) = 33.87%
BLUE value IS 240 (94.14% from 255) = 32.26%
R=33.87%
G=33.87%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252240000.050.016066.6796.47
HexFCFCF000513c4360
Octal374374360005174103140
Binary11111100111111001111000000101111110010000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCF0; }

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

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

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

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

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

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

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

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