#FCFDEF

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

Shades of Ivory #FCFDEF

Tints of Ivory #FCFDEF

Color information

#FCFDEF (or 0xFCFDEF) is unknown color: approx Ivory. HEX triplet: FC, FD and EF. RGB value is (252,253,239). Sum of RGB (Red+Green+Blue) = 252+253+239=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 239 (93.75% from 255 or 32.12% from 744); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDEF is #030210. Grayscale: #FBFBFB. Windows color (decimal): -197137 or 15728124. OLE color: 15728124.

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

Color convert

RGB252253239-
CMYK0.0000.060.01
HSL64.29º77.78%96.47%-
HSV(B)64.29º5.53%99.22%-
XYZ90.8597.1895.63-
YUV251.1121.17128.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.87%
GREEN value IS 253 (99.22% from 255) = 34.01%
BLUE value IS 239 (93.75% from 255) = 32.12%
R=33.87%
G=34.01%
B=32.12%

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
Decimal2522532390.0000.060.0164.2977.7896.47
HexFCFDEF0061404e60
Octal3743753570061100116140
Binary111111001111110111101111001101100000010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDEF; }

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

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

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

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

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

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

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

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