#FFFFEB

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

Shades of Ivory #FFFFEB

Tints of Ivory #FFFFEB

Color information

#FFFFEB (or 0xFFFFEB) is unknown color: approx Ivory. HEX triplet: FF, FF and EB. RGB value is (255,255,235). Sum of RGB (Red+Green+Blue) = 255+255+235=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 255 (100% from 255 or 34.23% from 745); Blue value is 235 (92.19% from 255 or 31.54% from 745); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFEB is #000014. Grayscale: #FCFCFC. Windows color (decimal): -21 or 15466495. OLE color: 15466495.

HSL color Cylindrical-coordinate representation of color #FFFFEB: hue angle of 60º 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 #FFFFEB is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255255235-
CMYK000.080
HSL60º100%96.08%-
HSV(B)60º7.84%100%-
XYZ9298.7892.81-
YUV252.72118129.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.23%
GREEN value IS 255 (100% from 255) = 34.23%
BLUE value IS 235 (92.19% from 255) = 31.54%
R=34.23%
G=34.23%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255235000.0806010096.08
HexFFFFEB00803c6460
Octal3773773530010074144140
Binary111111111111111111101011001000011110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFEB; }

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

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

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

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

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

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

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

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