#FFFEEE

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

Shades of Ivory #FFFEEE

Tints of Ivory #FFFEEE

Color information

#FFFEEE (or 0xFFFEEE) is unknown color: approx Ivory. HEX triplet: FF, FE and EE. RGB value is (255,254,238). Sum of RGB (Red+Green+Blue) = 255+254+238=747 (98% of max value = 765). Red value is 255 (100% from 255 or 34.14% from 747); Green value is 254 (99.61% from 255 or 34.00% from 747); Blue value is 238 (93.36% from 255 or 31.86% from 747); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEEE is #000111. Grayscale: #FCFCFC. Windows color (decimal): -274 or 15662847. OLE color: 15662847.

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

Color convert

RGB255254238-
CMYK00.000.070
HSL56.47º100%96.67%-
HSV(B)56.47º6.67%100%-
XYZ92.1198.3295.01-
YUV252.47119.83129.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.14%
GREEN value IS 254 (99.61% from 255) = 34.00%
BLUE value IS 238 (93.36% from 255) = 31.86%
R=34.14%
G=34.00%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525423800.000.07056.4710096.67
HexFFFEEE0070386461
Octal377376356007070144141
Binary11111111111111101110111000111011100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEEE; }

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

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

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

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

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

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

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

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