#FCFDEB

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

Shades of Ivory #FCFDEB

Tints of Ivory #FCFDEB

Color information

#FCFDEB (or 0xFCFDEB) is unknown color: approx Ivory. HEX triplet: FC, FD and EB. RGB value is (252,253,235). Sum of RGB (Red+Green+Blue) = 252+253+235=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 253 (99.22% from 255 or 34.19% from 740); Blue value is 235 (92.19% from 255 or 31.76% from 740); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDEB is #030214. Grayscale: #FAFAFA. Windows color (decimal): -197141 or 15465980. OLE color: 15465980.

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

Color convert

RGB252253235-
CMYK0.0000.070.01
HSL63.33º81.82%95.69%-
HSV(B)63.33º7.11%99.22%-
XYZ90.2796.9492.55-
YUV250.65119.17128.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.05%
GREEN value IS 253 (99.22% from 255) = 34.19%
BLUE value IS 235 (92.19% from 255) = 31.76%
R=34.05%
G=34.19%
B=31.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532350.0000.070.0163.3381.8295.69
HexFCFDEB00713f5260
Octal374375353007177122140
Binary11111100111111011110101100111111111110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDEB; }

 p { color: rgb(252,253,235); }

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

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

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

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

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

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

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