#FEFEEE

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

Shades of Ivory #FEFEEE

Tints of Ivory #FEFEEE

Color information

#FEFEEE (or 0xFEFEEE) is unknown color: approx Ivory. HEX triplet: FE, FE and EE. RGB value is (254,254,238). Sum of RGB (Red+Green+Blue) = 254+254+238=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 254 (99.61% from 255 or 34.05% from 746); Blue value is 238 (93.36% from 255 or 31.90% from 746); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEEE is #010111. Grayscale: #FCFCFC. Windows color (decimal): -65810 or 15662846. OLE color: 15662846.

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

Color convert

RGB254254238-
CMYK000.060.00
HSL60º88.89%96.47%-
HSV(B)60º6.3%99.61%-
XYZ91.7598.1394.99-
YUV252.18120129.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.05%
GREEN value IS 254 (99.61% from 255) = 34.05%
BLUE value IS 238 (93.36% from 255) = 31.90%
R=34.05%
G=34.05%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254238000.060.006088.8996.47
HexFEFEEE00603c5960
Octal376376356006074131140
Binary11111110111111101110111000110011110010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEEE; }

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

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

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

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

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

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

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

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