#FCFEF0

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

Shades of Ivory #FCFEF0

Tints of Ivory #FCFEF0

Color information

#FCFEF0 (or 0xFCFEF0) is unknown color: approx Ivory. HEX triplet: FC, FE and F0. RGB value is (252,254,240). Sum of RGB (Red+Green+Blue) = 252+254+240=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 254 (99.61% from 255 or 34.05% from 746); Blue value is 240 (94.14% from 255 or 32.17% from 746); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEF0 is #03010F. Grayscale: #FBFBFB. Windows color (decimal): -196880 or 15793916. OLE color: 15793916.

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

Color convert

RGB252254240-
CMYK0.0100.060.00
HSL68.57º87.5%96.86%-
HSV(B)68.57º5.51%99.61%-
XYZ91.3197.8796.52-
YUV251.81121.34128.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.78%
GREEN value IS 254 (99.61% from 255) = 34.05%
BLUE value IS 240 (94.14% from 255) = 32.17%
R=33.78%
G=34.05%
B=32.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542400.0100.060.0068.5787.596.86
HexFCFEF01060455861
Octal3743763601060105130141
Binary111111001111111011110000101100100010110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEF0; }

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

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

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

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

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

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

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

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