#FEFEFB

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

Shades of Ivory #FEFEFB

Tints of Ivory #FEFEFB

Color information

#FEFEFB (or 0xFEFEFB) is unknown color: approx Ivory. HEX triplet: FE, FE and FB. RGB value is (254,254,251). Sum of RGB (Red+Green+Blue) = 254+254+251=759 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.47% from 759); Green value is 254 (99.61% from 255 or 33.47% from 759); Blue value is 251 (98.44% from 255 or 33.07% from 759); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEFB is #010104. Grayscale: #FDFDFD. Windows color (decimal): -65797 or 16514814. OLE color: 16514814.

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

Color convert

RGB254254251-
CMYK000.010.00
HSL60º60%99.02%-
HSV(B)60º1.18%99.61%-
XYZ93.7398.92105.42-
YUV253.66126.5128.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.47%
GREEN value IS 254 (99.61% from 255) = 33.47%
BLUE value IS 251 (98.44% from 255) = 33.07%
R=33.47%
G=33.47%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254251000.010.00606099.02
HexFEFEFB00103c3c63
Octal37637637300107474143
Binary11111110111111101111101100101111001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEFB; }

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

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

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

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

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

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

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

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