#FBFBEF

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

Shades of Ivory #FBFBEF

Tints of Ivory #FBFBEF

Color information

#FBFBEF (or 0xFBFBEF) is unknown color: approx Ivory. HEX triplet: FB, FB and EF. RGB value is (251,251,239). Sum of RGB (Red+Green+Blue) = 251+251+239=741 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.87% from 741); Green value is 251 (98.44% from 255 or 33.87% from 741); Blue value is 239 (93.75% from 255 or 32.25% from 741); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBEF is #040410. Grayscale: #F9F9F9. Windows color (decimal): -263185 or 15727611. OLE color: 15727611.

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

Color convert

RGB251251239-
CMYK000.050.02
HSL60º60%96.08%-
HSV(B)60º4.78%98.43%-
XYZ89.8695.7495.4-
YUV249.63122128.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.87%
GREEN value IS 251 (98.44% from 255) = 33.87%
BLUE value IS 239 (93.75% from 255) = 32.25%
R=33.87%
G=33.87%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251239000.050.02606096.08
HexFBFBEF00523c3c60
Octal37337335700527474140
Binary11111011111110111110111100101101111001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBEF; }

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

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

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

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

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

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

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

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