#FEFEFC

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

Shades of Ivory #FEFEFC

Tints of Ivory #FEFEFC

Color information

#FEFEFC (or 0xFEFEFC) is unknown color: approx Ivory. HEX triplet: FE, FE and FC. RGB value is (254,254,252). Sum of RGB (Red+Green+Blue) = 254+254+252=760 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.42% from 760); Green value is 254 (99.61% from 255 or 33.42% from 760); Blue value is 252 (98.83% from 255 or 33.16% from 760); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEFC is #010103. Grayscale: #FDFDFD. Windows color (decimal): -65796 or 16580350. OLE color: 16580350.

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

Color convert

RGB254254252-
CMYK000.010.00
HSL60º50%99.22%-
HSV(B)60º0.79%99.61%-
XYZ93.8998.98106.25-
YUV253.77127128.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.42%
GREEN value IS 254 (99.61% from 255) = 33.42%
BLUE value IS 252 (98.83% from 255) = 33.16%
R=33.42%
G=33.42%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254252000.010.00605099.22
HexFEFEFC00103c3263
Octal37637637400107462143
Binary11111110111111101111110000101111001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEFC; }

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

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

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

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

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

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

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

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