#FBFBEB

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

Shades of Ivory #FBFBEB

Tints of Ivory #FBFBEB

Color information

#FBFBEB (or 0xFBFBEB) is unknown color: approx Ivory. HEX triplet: FB, FB and EB. RGB value is (251,251,235). Sum of RGB (Red+Green+Blue) = 251+251+235=737 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.06% from 737); Green value is 251 (98.44% from 255 or 34.06% from 737); Blue value is 235 (92.19% from 255 or 31.89% from 737); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBEB is #040414. Grayscale: #F9F9F9. Windows color (decimal): -263189 or 15465467. OLE color: 15465467.

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

Color convert

RGB251251235-
CMYK000.060.02
HSL60º66.67%95.29%-
HSV(B)60º6.37%98.43%-
XYZ89.2895.592.33-
YUV249.18120129.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.06%
GREEN value IS 251 (98.44% from 255) = 34.06%
BLUE value IS 235 (92.19% from 255) = 31.89%
R=34.06%
G=34.06%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251235000.060.026066.6795.29
HexFBFBEB00623c435f
Octal373373353006274103137
Binary111110111111101111101011001101011110010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBEB; }

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

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

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

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

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

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

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

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