#FCFDED

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

Shades of Ivory #FCFDED

Tints of Ivory #FCFDED

Color information

#FCFDED (or 0xFCFDED) is unknown color: approx Ivory. HEX triplet: FC, FD and ED. RGB value is (252,253,237). Sum of RGB (Red+Green+Blue) = 252+253+237=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 237 (92.97% from 255 or 31.94% from 742); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDED is #030212. Grayscale: #FAFAFA. Windows color (decimal): -197139 or 15597052. OLE color: 15597052.

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

Color convert

RGB252253237-
CMYK0.0000.060.01
HSL63.75º80%96.08%-
HSV(B)63.75º6.32%99.22%-
XYZ90.5697.0694.08-
YUV250.88120.17128.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.96%
GREEN value IS 253 (99.22% from 255) = 34.10%
BLUE value IS 237 (92.97% from 255) = 31.94%
R=33.96%
G=34.10%
B=31.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532370.0000.060.0163.758096.08
HexFCFDED0061405060
Octal3743753550061100120140
Binary111111001111110111101101001101100000010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDED; }

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

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

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

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

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

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

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

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