#FCFDEA

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

Shades of Ivory #FCFDEA

Tints of Ivory #FCFDEA

Color information

#FCFDEA (or 0xFCFDEA) is unknown color: approx Ivory. HEX triplet: FC, FD and EA. RGB value is (252,253,234). Sum of RGB (Red+Green+Blue) = 252+253+234=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 234 (91.80% from 255 or 31.66% from 739); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDEA is #030215. Grayscale: #FAFAFA. Windows color (decimal): -197142 or 15400444. OLE color: 15400444.

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

Color convert

RGB252253234-
CMYK0.0000.080.01
HSL63.16º82.61%95.49%-
HSV(B)63.16º7.51%99.22%-
XYZ90.1296.8991.79-
YUV250.53118.67129.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.10%
GREEN value IS 253 (99.22% from 255) = 34.24%
BLUE value IS 234 (91.80% from 255) = 31.66%
R=34.10%
G=34.24%
B=31.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532340.0000.080.0163.1682.6195.49
HexFCFDEA00813f535f
Octal3743753520010177123137
Binary111111001111110111101010001000111111110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDEA; }

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

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

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

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

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

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

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

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