#FFFEEB

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

Shades of Ivory #FFFEEB

Tints of Ivory #FFFEEB

Color information

#FFFEEB (or 0xFFFEEB) is unknown color: approx Ivory. HEX triplet: FF, FE and EB. RGB value is (255,254,235). Sum of RGB (Red+Green+Blue) = 255+254+235=744 (98% of max value = 765). Red value is 255 (100% from 255 or 34.27% from 744); Green value is 254 (99.61% from 255 or 34.14% from 744); Blue value is 235 (92.19% from 255 or 31.59% from 744); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEEB is #000114. Grayscale: #FCFCFC. Windows color (decimal): -277 or 15466239. OLE color: 15466239.

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

Color convert

RGB255254235-
CMYK00.000.080
HSL57º100%96.08%-
HSV(B)57º7.84%100%-
XYZ91.6898.1492.71-
YUV252.13118.33130.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.27%
GREEN value IS 254 (99.61% from 255) = 34.14%
BLUE value IS 235 (92.19% from 255) = 31.59%
R=34.27%
G=34.14%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525423500.000.0805710096.08
HexFFFEEB0080396460
Octal3773763530010071144140
Binary111111111111111011101011001000011100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEEB; }

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

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

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

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

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

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

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

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