#FEFCEA

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

Shades of Ivory #FEFCEA

Tints of Ivory #FEFCEA

Color information

#FEFCEA (or 0xFEFCEA) is unknown color: approx Ivory. HEX triplet: FE, FC and EA. RGB value is (254,252,234). Sum of RGB (Red+Green+Blue) = 254+252+234=740 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.32% from 740); Green value is 252 (98.83% from 255 or 34.05% from 740); Blue value is 234 (91.80% from 255 or 31.62% from 740); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCEA is #010315. Grayscale: #FAFAFA. Windows color (decimal): -66326 or 15400190. OLE color: 15400190.

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

Color convert

RGB254252234-
CMYK00.010.080.00
HSL54º90.91%95.69%-
HSV(B)54º7.87%99.61%-
XYZ90.5396.6391.72-
YUV250.55118.66130.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.32%
GREEN value IS 252 (98.83% from 255) = 34.05%
BLUE value IS 234 (91.80% from 255) = 31.62%
R=34.32%
G=34.05%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425223400.010.080.005490.9195.69
HexFEFCEA0180365b60
Octal3763743520110066133140
Binary111111101111110011101010011000011011010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCEA; }

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

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

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

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

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

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

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

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