#FCFDEE

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

Shades of Ivory #FCFDEE

Tints of Ivory #FCFDEE

Color information

#FCFDEE (or 0xFCFDEE) is unknown color: approx Ivory. HEX triplet: FC, FD and EE. RGB value is (252,253,238). Sum of RGB (Red+Green+Blue) = 252+253+238=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 238 (93.36% from 255 or 32.03% from 743); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDEE is #030211. Grayscale: #FBFBFB. Windows color (decimal): -197138 or 15662588. OLE color: 15662588.

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

Color convert

RGB252253238-
CMYK0.0000.060.01
HSL64º78.95%96.27%-
HSV(B)64º5.93%99.22%-
XYZ90.797.1294.85-
YUV250.99120.67128.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.92%
GREEN value IS 253 (99.22% from 255) = 34.05%
BLUE value IS 238 (93.36% from 255) = 32.03%
R=33.92%
G=34.05%
B=32.03%

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
Decimal2522532380.0000.060.016478.9596.27
HexFCFDEE0061404f60
Octal3743753560061100117140
Binary111111001111110111101110001101100000010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDEE; }

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

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

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

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

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

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

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

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