#FCFCEF

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

Shades of Ivory #FCFCEF

Tints of Ivory #FCFCEF

Color information

#FCFCEF (or 0xFCFCEF) is unknown color: approx Ivory. HEX triplet: FC, FC and EF. RGB value is (252,252,239). Sum of RGB (Red+Green+Blue) = 252+252+239=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 252 (98.83% from 255 or 33.92% from 743); Blue value is 239 (93.75% from 255 or 32.17% from 743); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCEF is #030310. Grayscale: #FAFAFA. Windows color (decimal): -197393 or 15727868. OLE color: 15727868.

HSL color Cylindrical-coordinate representation of color #FCFCEF: hue angle of 60º degrees, saturation: 0.68, 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 #FCFCEF is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB252252239-
CMYK000.050.01
HSL60º68.42%96.27%-
HSV(B)60º5.16%98.82%-
XYZ90.5496.5595.53-
YUV250.52121.5129.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.92%
GREEN value IS 252 (98.83% from 255) = 33.92%
BLUE value IS 239 (93.75% from 255) = 32.17%
R=33.92%
G=33.92%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252239000.050.016068.4296.27
HexFCFCEF00513c4460
Octal374374357005174104140
Binary11111100111111001110111100101111110010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCEF; }

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

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

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

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

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

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

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

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